| Package | com.yahoo.astra.fl.charts | 
| Class | public class DataTipRenderer | 
| Inheritance | DataTipRenderer  fl.core.UIComponent | 
| Implements | IDataTipRenderer | 
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
| 
   Constructor. | DataTipRenderer | ||
| data | property | 
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.
   
    public function get data():Object
    public function set data(value:Object):void
| text | property | 
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
| DataTipRenderer | () | constructor | 
public function DataTipRenderer()Constructor.