Packagecom.yahoo.astra.fl.charts
Classpublic class DataTipRenderer
InheritanceDataTipRenderer Inheritance fl.core.UIComponent
ImplementsIDataTipRenderer

The default renderer for mouse-over data tips.



Public Properties
 PropertyDefined by
  data : Object
The data for the item that this data tip represents.
DataTipRenderer
  text : String
The text that appears in the data tip's label.
DataTipRenderer
Public Methods
 MethodDefined by
  
Constructor.
DataTipRenderer
Styles
 StyleDescriptionDefined by
  
backgroundSkin
Type: Class
The DisplayObject subclass used to display the background.
DataTipRenderer
  
contentPadding
Type: Number
The padding that separates the border of the component from its contents, in pixels. The default value is 6.
DataTipRenderer
Property detail
dataproperty
data:Object  [read-write]

The data for the item that this data tip represents. Custom implementations of IDataTipRenderer may use this property to render additional information for the user.

Implementation
    public function get data():Object
    public function set data(value:Object):void
textproperty 
text:String  [read-write]

The text that appears in the data tip's label.

Implementation
    public function get text():String
    public function set text(value:String):void
Constructor detail
DataTipRenderer()constructor
public function DataTipRenderer()

Constructor.