| Package | fr.kapit.radarchart |
| Interface | public interface IRadarChartToolTip extends mx.core.IToolTip |
| Property | Defined by | ||
|---|---|---|---|
| axisLabel : String [write-only]
Indicates the axis label.
| IRadarChartToolTip | ||
| color : uint [write-only]
Indicates the series color.
| IRadarChartToolTip | ||
| label : String [write-only]
Indicates the series label.
| IRadarChartToolTip | ||
| radarChartCenter : Point [write-only]
Indicates the coordinates (in the stage coordinates system) of the center of the radarchart.
| IRadarChartToolTip | ||
| seriesPoint : Point [write-only]
Indicates the coordiantes (in the stage coordinates system) of point for which the tooltip is beeing displayed.
| IRadarChartToolTip | ||
| value : Number [write-only]
Indicates that will be displayed in the tooltip.
| IRadarChartToolTip | ||
| axisLabel | property |
axisLabel:String [write-only]Indicates the axis label.
Implementation public function set axisLabel(value:String):void
| color | property |
color:uint [write-only]Indicates the series color.
Implementation public function set color(value:uint):void
| label | property |
label:String [write-only]Indicates the series label.
Implementation public function set label(value:String):void
| radarChartCenter | property |
radarChartCenter:Point [write-only]Indicates the coordinates (in the stage coordinates system) of the center of the radarchart.
Implementation public function set radarChartCenter(value:Point):void
| seriesPoint | property |
seriesPoint:Point [write-only]Indicates the coordiantes (in the stage coordinates system) of point for which the tooltip is beeing displayed.
Implementation public function set seriesPoint(value:Point):void
| value | property |
value:Number [write-only]Indicates that will be displayed in the tooltip.
Implementation public function set value(value:Number):void