Packagexp.charting
Classpublic class ChartArea
InheritanceChartArea Inheritance mx.core.UIComponent
ImplementsIChartArea
SubclassesChart, SubChart



Public Properties
 PropertyDefined 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
Protected Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
Constructor
ChartArea
  
Finds the type selectors for this UIComponent instance.
ChartArea
  
ChartArea
  
ChartArea
  
notifyStyleChangeInChildren(styleProp:String, recursive:Boolean):void
ChartArea
  
profile(s:String):void
[static]
ChartArea
Protected Methods
 MethodDefined by
  
ChartArea
  
createChart():void
ChartArea
  
ChartArea
  
createChrome():void
ChartArea
  
ChartArea
  
initChart():void
ChartArea
  
ChartArea
  
ChartArea
  
ChartArea
  
setDataProvider(value:ICollectionView):void
ChartArea
  
updateChart():void
ChartArea
  
ChartArea
  
ChartArea
  
updateCompleteHandler(e:Event):void
ChartArea
  
ChartArea
  
updateSeries():void
ChartArea
Property detail
_backgroundproperty
protected var _background:ChartBackground
backgroundproperty 
background:ChartBackground  [read-only]Implementation
    public function get background():ChartBackground
backgroundClassproperty 
protected var backgroundClass:Class
borderMetricsproperty 
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.

Implementation
    public function get borderMetrics():EdgeMetrics
chartDataProviderChangedproperty 
protected var chartDataProviderChanged:Boolean = false
chartDescproperty 
chartDesc:ChartDesc  [read-only]Implementation
    public function get chartDesc():ChartDesc
chartMaskproperty 
protected var chartMask:Shape
chromeMetricsproperty 
chromeMetrics:EdgeMetrics  [read-only]Implementation
    public function get chromeMetrics():EdgeMetrics
_dataProviderproperty 
protected var _dataProvider:ICollectionView
dataProviderproperty 
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
debugproperty 
public static var debug:Boolean = false
_foregroundproperty 
protected var _foreground:ChartForeground
foregroundproperty 
foreground:ChartForeground  [read-only]Implementation
    public function get foreground():ChartForeground
foregroundClassproperty 
protected var foregroundClass:Class
paletteproperty 
palette:Palette  [read-only]

The charts palette

Implementation
    public function get palette():Palette
_seriesproperty 
protected var _series:Array
seriesproperty 
series:Array  [read-write]

Get or set the series array

Implementation
    public function get series():Array
    public function set series(value:Array):void
seriesChangedproperty 
protected var seriesChanged:Boolean = false
_seriesContainerproperty 
protected var _seriesContainer:Sprite
Constructor detail
ChartArea()constructor
public function ChartArea()

Constructor

Method detail
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():Array

Finds the type selectors for this UIComponent instance.

Returns
Array — An Array of type selectors for this UIComponent instance.
getPalette()method 
protected function getPalette():Palette

Returns
Palette
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 
protected function seriesDataChangedHandler(e:ChartSeriesEvent):voidParameters
e:ChartSeriesEvent
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