| Package | com.yahoo.astra.fl.charts | 
| Interface | public interface IDataTipRenderer extends flash.events.IEventDispatcher | 
| Implementors | DataTipRenderer | 
Important: Must be a subclass of DisplayObject
See also
| Property | Defined by | ||
|---|---|---|---|
| data : Object 
   The data for the item that this data tip represents. | IDataTipRenderer | ||
| text : String 
   The text that appears in the data tip's label. | IDataTipRenderer | ||
| 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