| Package | com.yahoo.astra.fl.charts.events | 
| Class | public class LegendEvent | 
| Inheritance | LegendEvent  flash.events.Event | 
See also
| Property | Defined by | ||
|---|---|---|---|
| index : int 
   The index of the item in the legend. | LegendEvent | ||
| Method | Defined by | ||
|---|---|---|---|
| 
LegendEvent(type:String, index:int, bubbles:Boolean = false, cancelable:Boolean = false) 
   Constructor. | LegendEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| LEGEND_MARKER_CLICK : String = "legendMarkerClick" [static]
         Defines the value of the  typeproperty of anlegendMarkerClickevent object. | LegendEvent | ||
| LEGEND_MARKER_DOUBLE_CLICK : String = "legendMarkerDoubleClick" [static]
         Defines the value of the  typeproperty of anlegendMarkerDoubleClickevent object. | LegendEvent | ||
| LEGEND_MARKER_ROLL_OUT : String = "legendMarkerRollOut" [static]
         Defines the value of the  typeproperty of anlegendMarkerRollOutevent object. | LegendEvent | ||
| LEGEND_MARKER_ROLL_OVER : String = "legendMarkerRollOver" [static]
         Defines the value of the  typeproperty of anlegendMarkerRollOverevent object. | LegendEvent | ||
| index | property | 
public var index:intThe index of the item in the legend.
| LegendEvent | () | constructor | 
public function LegendEvent(type:String, index:int, bubbles:Boolean = false, cancelable:Boolean = false)Constructor.
Parameters| type:String | |
| index:int | |
| bubbles:Boolean(default =false) | |
| cancelable:Boolean(default =false) | 
| LEGEND_MARKER_CLICK | constant | 
public static const LEGEND_MARKER_CLICK:String = "legendMarkerClick"
         Defines the value of the type property of an legendMarkerClick 
   event object. 
                  
| LEGEND_MARKER_DOUBLE_CLICK | constant | 
public static const LEGEND_MARKER_DOUBLE_CLICK:String = "legendMarkerDoubleClick"
         Defines the value of the type property of an legendMarkerDoubleClick 
   event object. 
                  
| LEGEND_MARKER_ROLL_OUT | constant | 
public static const LEGEND_MARKER_ROLL_OUT:String = "legendMarkerRollOut"
         Defines the value of the type property of an legendMarkerRollOut 
   event object. 
                  
| LEGEND_MARKER_ROLL_OVER | constant | 
public static const LEGEND_MARKER_ROLL_OVER:String = "legendMarkerRollOver"
         Defines the value of the type property of an legendMarkerRollOver 
   event object.