Packagefr.kapit.ringchart.utils
Interfacepublic interface IRingChartToolTip extends mx.core.IToolTip
ImplementorsDefaultRingToolTip

You can implement this interface to create your own custom tooltip for the ringChart.



Public Properties
 PropertyDefined 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
Property detail
colorproperty
color:uint  [write-only]

Indicates the series color.

Implementation
    public function set color(value:uint):void
labelproperty 
label:String  [write-only]

Indicates the wedge label.

Implementation
    public function set label(value:String):void
ringChartCenterproperty 
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
valueproperty 
value:Number  [write-only]

Indicates the value that will be displayed in the tooltip.

Implementation
    public function set value(value:Number):void
wedgeCenterproperty 
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