Packagexp.charting
Classpublic class ChartComponent
InheritanceChartComponent Inheritance mx.core.UIComponent
ImplementsIChartDisplayElement
SubclassesDataTip



Public Properties
 PropertyDefined by
  chart : IChartArea
[read-only]
ChartComponent
  chartDesc : ChartDesc
[read-only]
ChartComponent
  chartParent : IChart
[read-only]
ChartComponent
  isSubChart : Boolean
[read-only]
ChartComponent
Public Methods
 MethodDefined by
  
ChartComponent
  
initElement(chart:IChartArea):void
ChartComponent
Protected Methods
 MethodDefined by
  
plotSizeChangedHandler(e:Event):void
ChartComponent
Property detail
chartproperty
chart:IChartArea  [read-only]Implementation
    public function get chart():IChartArea
chartDescproperty 
chartDesc:ChartDesc  [read-only]Implementation
    public function get chartDesc():ChartDesc
chartParentproperty 
chartParent:IChart  [read-only]Implementation
    public function get chartParent():IChart
isSubChartproperty 
isSubChart:Boolean  [read-only]Implementation
    public function get isSubChart():Boolean
Constructor detail
ChartComponent()constructor
public function ChartComponent()
Method detail
initElement()method
public function initElement(chart:IChartArea):voidParameters
chart:IChartArea
plotSizeChangedHandler()method 
protected function plotSizeChangedHandler(e:Event):voidParameters
e:Event