Packagecom.yahoo.astra.fl.charts.events
Classpublic class LegendEvent
InheritanceLegendEvent Inheritance flash.events.Event

Events related to a chart's legend.

See also

com.yahoo.astra.fl.charts.Legend


Public Properties
 PropertyDefined by
  index : int
The index of the item in the legend.
LegendEvent
Public Methods
 MethodDefined by
  
LegendEvent(type:String, index:int, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
LegendEvent
Public Constants
 ConstantDefined by
  LEGEND_MARKER_CLICK : String = "legendMarkerClick"
[static] Defines the value of the type property of an legendMarkerClick event object.
LegendEvent
  LEGEND_MARKER_DOUBLE_CLICK : String = "legendMarkerDoubleClick"
[static] Defines the value of the type property of an legendMarkerDoubleClick event object.
LegendEvent
  LEGEND_MARKER_ROLL_OUT : String = "legendMarkerRollOut"
[static] Defines the value of the type property of an legendMarkerRollOut event object.
LegendEvent
  LEGEND_MARKER_ROLL_OVER : String = "legendMarkerRollOver"
[static] Defines the value of the type property of an legendMarkerRollOver event object.
LegendEvent
Property detail
indexproperty
public var index:int

The index of the item in the legend.

Constructor detail
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)
Constant detail
LEGEND_MARKER_CLICKconstant
public static const LEGEND_MARKER_CLICK:String = "legendMarkerClick"

Defines the value of the type property of an legendMarkerClick event object.

LEGEND_MARKER_DOUBLE_CLICKconstant 
public static const LEGEND_MARKER_DOUBLE_CLICK:String = "legendMarkerDoubleClick"

Defines the value of the type property of an legendMarkerDoubleClick event object.

LEGEND_MARKER_ROLL_OUTconstant 
public static const LEGEND_MARKER_ROLL_OUT:String = "legendMarkerRollOut"

Defines the value of the type property of an legendMarkerRollOut event object.

LEGEND_MARKER_ROLL_OVERconstant 
public static const LEGEND_MARKER_ROLL_OVER:String = "legendMarkerRollOver"

Defines the value of the type property of an legendMarkerRollOver event object.