| Package | xp.charting |
| Class | public class ChartArea |
| Inheritance | ChartArea mx.core.UIComponent |
| Implements | IChartArea |
| Subclasses | Chart, SubChart |
| Property | Defined by | ||
|---|---|---|---|
| background : ChartBackground
[read-only]
| ChartArea | ||
| borderMetrics : EdgeMetrics [read-only]
Returns an EdgeMetrics object that has four properties:
left, top, right, and bottom. | ChartArea | ||
| chartDesc : ChartDesc
[read-only]
| ChartArea | ||
| chromeMetrics : EdgeMetrics [read-only]
| ChartArea | ||
| dataProvider : Object
The source of the chartSeries items.
| ChartArea | ||
| debug : Boolean = false [static]
| ChartArea | ||
| foreground : ChartForeground
[read-only]
| ChartArea | ||
| palette : Palette
[read-only]
The charts palette
| ChartArea | ||
| series : Array
Get or set the series array
| ChartArea | ||
| 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 | ||
| _series : Array | ChartArea | ||
| seriesChanged : Boolean = false | ChartArea | ||
| _seriesContainer : Sprite | ChartArea | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| ChartArea | ||
|
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
| ChartArea | ||
|
createChrome():void
| ChartArea | ||
| ChartArea | |||
|
initChart():void
| ChartArea | ||
|
initializationComplete():void
| ChartArea | ||
|
invalidateSeries():void
| ChartArea | ||
| ChartArea | |||
|
setDataProvider(value:ICollectionView):void
| ChartArea | ||
|
updateChart():void
| ChartArea | ||
|
updateChartDataProvider():void
| ChartArea | ||
|
updateChartDescriptor():void
| ChartArea | ||
|
updateCompleteHandler(e:Event):void
| ChartArea | ||
|
updateLayoutDepth():void
| ChartArea | ||
|
updateSeries():void
| ChartArea | ||
| _background | property |
protected var _background:ChartBackground
| background | property |
background:ChartBackground [read-only]Implementation
public function get background():ChartBackground
| backgroundClass | property |
protected var backgroundClass:Class
| borderMetrics | property |
borderMetrics:EdgeMetrics [read-only]
Returns an EdgeMetrics object that has four properties:
left, top, right, and bottom.
The value of each property is equal to the thickness of one side
of the border, expressed in pixels.
public function get borderMetrics():EdgeMetrics
| chartDataProviderChanged | property |
protected var chartDataProviderChanged:Boolean = false
| chartDesc | property |
| chartMask | property |
protected var chartMask:Shape
| chromeMetrics | property |
chromeMetrics:EdgeMetrics [read-only]Implementation
public function get chromeMetrics():EdgeMetrics
| _dataProvider | property |
protected var _dataProvider:ICollectionView
| dataProvider | property |
dataProvider:Object [read-write]The source of the chartSeries items. The data model for items viewed in a chartSeries. The value of this property can be an array or any object that implements the DataProvider API.
Implementation public function get dataProvider():Object
public function set dataProvider(value:Object):void
| debug | property |
public static var debug:Boolean = false
| _foreground | property |
protected var _foreground:ChartForeground
| foreground | property |
foreground:ChartForeground [read-only]Implementation
public function get foreground():ChartForeground
| foregroundClass | property |
protected var foregroundClass:Class
| palette | property |
| _series | property |
protected var _series:Array
| series | property |
series:Array [read-write]Get or set the series array
Implementation public function get series():Array
public function set series(value:Array):void
| seriesChanged | property |
protected var seriesChanged:Boolean = false
| _seriesContainer | property |
protected var _seriesContainer:Sprite
| ChartArea | () | constructor |
public function ChartArea()Constructor
| commitProperties | () | method |
protected override function commitProperties():void
| createChart | () | method |
protected function createChart():void
| createChildren | () | method |
protected override function createChildren():void
| createChrome | () | method |
protected function createChrome():void
| getClassStyleDeclarations | () | method |
public override function getClassStyleDeclarations():ArrayFinds the type selectors for this UIComponent instance.
ReturnsArray — An Array of type selectors for this UIComponent instance.
|
| getPalette | () | method |
| getUnscaledHeight | () | method |
public function getUnscaledHeight():Number
Returns
Number |
| getUnscaledWidth | () | method |
public function getUnscaledWidth():Number
Returns
Number |
| initChart | () | method |
protected function initChart():void
| initializationComplete | () | method |
protected override function initializationComplete():void
| invalidateSeries | () | method |
protected function invalidateSeries():void
| notifyStyleChangeInChildren | () | method |
public override function notifyStyleChangeInChildren(styleProp:String, recursive:Boolean):voidParameters
styleProp:String |
|
recursive:Boolean |
| profile | () | method |
public static function profile(s:String):voidParameters
s:String |
| seriesDataChangedHandler | () | method |
| setDataProvider | () | method |
protected function setDataProvider(value:ICollectionView):voidParameters
value:ICollectionView |
| updateChart | () | method |
protected function updateChart():void
| updateChartDataProvider | () | method |
protected function updateChartDataProvider():void
| updateChartDescriptor | () | method |
protected function updateChartDescriptor():void
| updateCompleteHandler | () | method |
protected function updateCompleteHandler(e:Event):voidParameters
e:Event |
| updateLayoutDepth | () | method |
protected function updateLayoutDepth():void
| updateSeries | () | method |
protected function updateSeries():void