Package | com.yahoo.astra.fl.charts.axes |
Interface | public interface IAxisRenderer |
Subinterfaces | ICartesianAxisRenderer, IRadialAxisRenderer |
Property | Defined by | ||
---|---|---|---|
length : Number [read-only]
The total length of the axis renderer, in pixels.
| IAxisRenderer | ||
minorTicks : Array
An Array of AxisData objects specifying the positions of the minor ticks.
| IAxisRenderer | ||
ticks : Array
An Array of AxisData objects specifying the positions of the ticks.
| IAxisRenderer |
length | property |
length:Number
[read-only]The total length of the axis renderer, in pixels.
Implementation public function get length():Number
minorTicks | property |
minorTicks:Array
[read-write]An Array of AxisData objects specifying the positions of the minor ticks.
Implementation public function get minorTicks():Array
public function set minorTicks(value:Array):void
See also
ticks | property |
ticks:Array
[read-write]An Array of AxisData objects specifying the positions of the ticks.
Implementation public function get ticks():Array
public function set ticks(value:Array):void
See also