Packageardisia.charts.radar.interfaces
Interfacepublic interface IRadarIntervalItemRenderer extends mx.core.IVisualElement

Renderers for the interval labels for the RadarChart implement this interface.



Public Properties
 PropertyDefined By
  axis : int
Which axis the label should be laid out next to.
IRadarIntervalItemRenderer
  interval : int
Which axis interval the label should be laid out at.
IRadarIntervalItemRenderer
  label : String
String text to display.
IRadarIntervalItemRenderer
Property Detail
axisproperty
axis:int

Which axis the label should be laid out next to.


Implementation
    public function get axis():int
    public function set axis(value:int):void
intervalproperty 
interval:int

Which axis interval the label should be laid out at.


Implementation
    public function get interval():int
    public function set interval(value:int):void
labelproperty 
label:String

String text to display.


Implementation
    public function get label():String
    public function set label(value:String):void