| Package | fr.kapit.ringchart.utils |
| Interface | public interface IRingChartToolTip extends mx.core.IToolTip |
| Implementors | DefaultRingToolTip |
| Property | Defined by | ||
|---|---|---|---|
| color : uint [write-only]
Indicates the series color.
| IRingChartToolTip | ||
| label : String [write-only]
Indicates the wedge label.
| IRingChartToolTip | ||
| ringChartCenter : Point [write-only]
Indicates the coordinates (in the stage coordinates system) of the center of the ringChart.
| IRingChartToolTip | ||
| value : Number [write-only]
Indicates the value that will be displayed in the tooltip.
| IRingChartToolTip | ||
| wedgeCenter : Point [write-only]
Indicates the coordiantes (in the stage coordinates system) of point for which the tooltip is beeing displayed.
| IRingChartToolTip | ||
| 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 wedge label.
Implementation public function set label(value:String):void
| ringChartCenter | property |
ringChartCenter:Point [write-only]Indicates the coordinates (in the stage coordinates system) of the center of the ringChart.
Implementation public function set ringChartCenter(value:Point):void
| value | property |
value:Number [write-only]Indicates the value that will be displayed in the tooltip.
Implementation public function set value(value:Number):void
| wedgeCenter | property |
wedgeCenter:Point [write-only]Indicates the coordiantes (in the stage coordinates system) of point for which the tooltip is beeing displayed.
Implementation public function set wedgeCenter(value:Point):void