Packageorg.apache.flex.charts.beads
Classpublic class DataTipBead
InheritanceDataTipBead Inheritance ToolTipBead Inheritance Object
Implements IBead

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The DataTipBead can be added to a chart to produce a helpful tip when the moves over an itemRenderer.



Public Properties
 PropertyDefined By
  labelFunction : Function
An optional function that can format the data tip text.
DataTipBead
  strand : IStrand
[override] [write-only]
DataTipBead
 InheritedtoolTip : String
The string to use as the toolTip.
ToolTipBead
Public Methods
 MethodDefined By
  
Constructor.
DataTipBead
Property Detail
labelFunctionproperty
labelFunction:Function

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

An optional function that can format the data tip text.


Implementation
    public function get labelFunction():Function
    public function set labelFunction(value:Function):void
strandproperty 
strand:IStrand  [write-only] [override]


Implementation
    public function set strand(value:IStrand):void
Constructor Detail
DataTipBead()Constructor
public function DataTipBead()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Constructor.