| Package | flexlib.charts |
| Class | public class HorizontalAxisDataSelector |
| Inheritance | HorizontalAxisDataSelector mx.charts.chartClasses.ChartElement |
| 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
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.
Implementation public function get dataValues():Array
| HorizontalAxisDataSelector | () | constructor |
public function HorizontalAxisDataSelector()Constructor.
| updateDisplayList | () | method |
protected override function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidDraws the vertical selection line overlay.
ParametersunscaledWidth:Number |
|
unscaledHeight:Number |
| change | event |
flash.events.Event
Dispatched when the selected data on the horizontal axis changes.