Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The ChartEvent class represents events that are specific
to the chart control, such as when a chart is clicked. This event
is only triggered if there are no ChartItem objects underneath the mouse.
mx.charts.events.ChartItemEvent
public function ChartEvent(type:String, triggerEvent:MouseEvent = null, target:TinyChartBase = null)
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Constructor.
Parameters type :String
— The type of the event.
triggerEvent :MouseEvent
(default = null
)
— The MouseEvent that triggered this ChartEvent.
target :TinyChartBase
(default = null
)
— The chart on which the event was triggered.
public static const CHART_CLICK:String = chartClick
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Indicates that the user clicked the mouse button
over a chart control but not on a chart item.
public static const CHART_DOUBLE_CLICK:String = chartDoubleClick
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Indicates that the user double-clicked
the mouse button over a chart control but not on a chart item.
Copyright 2012 Flexicious LLC. All rights reserved. Mon Jun 24 2013, 11:00 PM -04:00