Packagecom.yahoo.astra.fl.charts.skins
Interfacepublic interface IProgrammaticSkin
ImplementorsCircleSkin, DiamondSkin, RectangleSkin, TriangleSkin

A type of skin that supports color customization.



Public Properties
 PropertyDefined by
  fillColor : uint
The color used to draw the skin.
IProgrammaticSkin
Property detail
fillColorproperty
fillColor:uint  [read-write]

The color used to draw the skin.

Implementation
    public function get fillColor():uint
    public function set fillColor(value:uint):void