| Package | mx.graphics |
| Interface | public interface IStroke |
| Implementors | LinearGradientStroke, Stroke |
| Method | Defined By | ||
|---|---|---|---|
Applies the properties to the specified Graphics object. | IStroke | ||
| weight | property |
weight:NumberThe line weight, in pixels. For many chart lines, the default value is 1 pixel.
public function get weight():Number public function set weight(value:Number):void| apply | () | method |
public function apply(g:Graphics):voidApplies the properties to the specified Graphics object.
Parameters
g:Graphics — The Graphics object to apply the properties to.
|