Package | flexlib.charts |
Class | public class HorizontalAxisDataSelector |
Inheritance | HorizontalAxisDataSelector ![]() |
Property | Defined By | ||
---|---|---|---|
dataValues : Array [read-only]
Gets a list of data values for the currently selected data item on the horizontal
axis. | HorizontalAxisDataSelector |
Method | Defined By | ||
---|---|---|---|
Constructor. | HorizontalAxisDataSelector |
Method | Defined By | ||
---|---|---|---|
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override]
Draws the vertical selection line overlay. | HorizontalAxisDataSelector |
Event | Summary | Defined By | ||
---|---|---|---|---|
Dispatched when the selected data on the horizontal axis changes. | HorizontalAxisDataSelector |
dataValues | property |
dataValues:Array
[read-only] Gets a list of data values for the currently selected data item on the horizontal axis. The x field value is always the first element in the array. Then, for each series, the y value is added to a values array in the same order that the series are defined.
public function get dataValues():Array
HorizontalAxisDataSelector | () | Constructor |
public function HorizontalAxisDataSelector()
Constructor.
updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Draws the vertical selection line overlay.
Parameters
unscaledWidth:Number | |
unscaledHeight:Number |
change | Event |
flash.events.Event
flash.events.Event.CHANGE
Dispatched when the selected data on the horizontal axis changes.