| Package | xp.charting |
| Class | public class AxisChart |
| Inheritance | AxisChart Chart ChartArea mx.core.UIComponent |
| Implements | IAxisChart |
See also
| Property | Defined by | ||
|---|---|---|---|
| axes : Array
The array of axes for this chart
| AxisChart | ||
![]() | background : ChartBackground | ChartArea | |
![]() | borderMetrics : EdgeMetrics
Returns an EdgeMetrics object that has four properties:
left, top, right,
and bottom. | Chart | |
| chartAxes : Axes
[read-only]
| AxisChart | ||
![]() | chartDesc : ChartDesc | ChartArea | |
| chromeMetrics : EdgeMetrics [read-only]
| AxisChart | ||
![]() | dataProvider : Object
The source of the chartSeries items.
| ChartArea | |
![]() | debug : Boolean = false [static]
| ChartArea | |
![]() | dropEnabled : Boolean
A flag that indicates whether dragged items can be dropped onto the
control.
| Chart | |
![]() | foreground : ChartForeground | ChartArea | |
![]() | legendData : Array | Chart | |
![]() | palette : Palette | Chart | |
![]() | series : Array
Get or set the series array
| ChartArea | |
| subcharts : Array
Array of sub charts
| AxisChart | ||
| tools : Array | AxisChart | ||
| Property | Defined by | ||
|---|---|---|---|
![]() | _background : ChartBackground | ChartArea | |
![]() | backgroundClass : Class | ChartArea | |
![]() | chartDataProviderChanged : Boolean = false | ChartArea | |
![]() | chartMask : Shape | ChartArea | |
![]() | _dataProvider : ICollectionView | ChartArea | |
![]() | _foreground : ChartForeground | ChartArea | |
![]() | foregroundClass : Class | ChartArea | |
![]() | mouseHitArea : Sprite | Chart | |
![]() | _palette : Palette | Chart | |
![]() | _series : Array | ChartArea | |
![]() | seriesChanged : Boolean = false | ChartArea | |
![]() | _seriesContainer : Sprite | ChartArea | |
| _subcharts : Array | AxisChart | ||
| subchartsChanged : Boolean = false | AxisChart | ||
| _tools : Array | AxisChart | ||
| Method | Defined by | ||
|---|---|---|---|
| AxisChart | |||
![]() |
getClassStyleDeclarations():Array
Finds the type selectors for this UIComponent instance.
| ChartArea | |
![]() |
getUnscaledHeight():Number
| ChartArea | |
![]() |
getUnscaledWidth():Number
| ChartArea | |
![]() |
notifyStyleChangeInChildren(styleProp:String, recursive:Boolean):void
| ChartArea | |
![]() |
profile(s:String):void
[static]
| ChartArea | |
| Method | Defined by | ||
|---|---|---|---|
![]() |
commitProperties():void
| ChartArea | |
![]() |
createChart():void
| ChartArea | |
![]() |
createChildren():void
| Chart | |
![]() |
createChrome():void
| ChartArea | |
![]() |
dragDropHandler(event:DragEvent):void
Handles
DragEvent.DRAG_DROP events. | Chart | |
![]() |
dragEnterHandler(event:DragEvent):void
Handles
DragEvent.DRAG_ENTER events. | Chart | |
![]() |
dragExitHandler(event:DragEvent):void
Handles
DragEvent.DRAG_EXIT events. | Chart | |
![]() |
dragOverHandler(event:DragEvent):void
Handles
DragEvent.DRAG_OVER events. | Chart | |
![]() | Chart | ||
![]() |
initChart():void
| ChartArea | |
![]() |
initializationComplete():void
| ChartArea | |
![]() |
invalidateSeries():void
| ChartArea | |
|
invalidateSubCharts():void
| AxisChart | ||
|
layoutChart(unscaledWidth:Number, unscaledHeight:Number):void
| AxisChart | ||
![]() |
layoutChrome(unscaledWidth:Number, unscaledHeight:Number):void
| Chart | |
![]() |
measure():void
| Chart | |
![]() | ChartArea | ||
![]() |
setDataProvider(value:ICollectionView):void
| ChartArea | |
|
updateChart():void
| AxisChart | ||
![]() |
updateChartDataProvider():void
| ChartArea | |
![]() |
updateChartDescriptor():void
| ChartArea | |
![]() |
updateCompleteHandler(e:Event):void
| ChartArea | |
![]() |
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
| Chart | |
|
updateLayoutDepth():void
| AxisChart | ||
![]() |
updateSeries():void
| ChartArea | |
|
updateSubCharts():void
| AxisChart | ||
| axes | property |
axes:Array [read-write]The array of axes for this chart
Implementation public function get axes():Array
public function set axes(value:Array):void
| chartAxes | property |
| chromeMetrics | property |
chromeMetrics:EdgeMetrics [read-only]Implementation
public function get chromeMetrics():EdgeMetrics
| _subcharts | property |
protected var _subcharts:Array
| subcharts | property |
subcharts:Array [read-write]Array of sub charts
Implementation public function get subcharts():Array
public function set subcharts(value:Array):void
| subchartsChanged | property |
protected var subchartsChanged:Boolean = false
| _tools | property |
protected var _tools:Array
| tools | property |
tools:Array [read-write]Implementation
public function get tools():Array
public function set tools(value:Array):void
| AxisChart | () | constructor |
public function AxisChart()
| invalidateSubCharts | () | method |
protected function invalidateSubCharts():void
| layoutChart | () | method |
protected override function layoutChart(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number |
|
unscaledHeight:Number |
| updateChart | () | method |
protected override function updateChart():void
| updateLayoutDepth | () | method |
protected override function updateLayoutDepth():void
| updateSubCharts | () | method |
protected function updateSubCharts():void