Packagexp.charting
Classpublic class ChartDesc

Chart Descriptor

See also

support


Public Properties
 PropertyDefined by
  chart : IChartArea
The ChartArea component that owns this descriptor
ChartDesc
  chartArea : Rectangle
The whole area for the chart including chartAxes
ChartDesc
  padding : Thickness
The chart padding
ChartDesc
  paddingBottom : int
The bottom gutter
ChartDesc
  paddingHorizontal : int
The horizontal gutter
ChartDesc
  paddingLeft : int
The left gutter
ChartDesc
  paddingRight : int
The right gutter
ChartDesc
  paddingTop : int
The top gutter
ChartDesc
  paddingVertical : int
The vertical gutter
ChartDesc
  plotArea : Rectangle
The central area where series are drawn
ChartDesc
  plotAreaCenterX : int = 0
The chart center x coordinate
ChartDesc
  plotAreaCenterY : int = 0
The chart center y coordinate
ChartDesc
  plotAreaHeight : int = 0
The plot area height
ChartDesc
  plotAreaLeft : int = 0
The plot area x or left
ChartDesc
  plotAreaTop : int = 0
The plot area y or top
ChartDesc
  plotAreaWidth : int = 0
The plot area width
ChartDesc
  plotRegionAxis : Rectangle
The central rect with the 0,0 origin in the bottom left
ChartDesc
  plotRegionPolar : Rectangle
The central rect centered on the plotArea witht he 0,0 origin in the center
ChartDesc
  sizeChanged : Boolean = true
Indicates whether the plot area size has changed Once all drawing is complete this will be reset
ChartDesc
  unscaledHeight : int
The total height of the chart
ChartDesc
  unscaledWidth : int
The total width of the chart
ChartDesc
Public Methods
 MethodDefined by
  
ChartDesc
  
update():void
Causes the ChartDesc to refresh all its properties
ChartDesc
  
Called after all updating is complete to reset the sizeChanged flag
ChartDesc
Property detail
chartproperty
public var chart:IChartArea

The ChartArea component that owns this descriptor

chartAreaproperty 
public var chartArea:Rectangle

The whole area for the chart including chartAxes

paddingproperty 
public var padding:Thickness

The chart padding

paddingBottomproperty 
public var paddingBottom:int

The bottom gutter

paddingHorizontalproperty 
public var paddingHorizontal:int

The horizontal gutter

paddingLeftproperty 
public var paddingLeft:int

The left gutter

paddingRightproperty 
public var paddingRight:int

The right gutter

paddingTopproperty 
public var paddingTop:int

The top gutter

paddingVerticalproperty 
public var paddingVertical:int

The vertical gutter

plotAreaproperty 
public var plotArea:Rectangle

The central area where series are drawn

plotAreaCenterXproperty 
public var plotAreaCenterX:int = 0

The chart center x coordinate

plotAreaCenterYproperty 
public var plotAreaCenterY:int = 0

The chart center y coordinate

plotAreaHeightproperty 
public var plotAreaHeight:int = 0

The plot area height

plotAreaLeftproperty 
public var plotAreaLeft:int = 0

The plot area x or left

plotAreaTopproperty 
public var plotAreaTop:int = 0

The plot area y or top

plotAreaWidthproperty 
public var plotAreaWidth:int = 0

The plot area width

plotRegionAxisproperty 
public var plotRegionAxis:Rectangle

The central rect with the 0,0 origin in the bottom left

plotRegionPolarproperty 
public var plotRegionPolar:Rectangle

The central rect centered on the plotArea witht he 0,0 origin in the center

sizeChangedproperty 
public var sizeChanged:Boolean = true

Indicates whether the plot area size has changed Once all drawing is complete this will be reset

unscaledHeightproperty 
public var unscaledHeight:int

The total height of the chart

unscaledWidthproperty 
public var unscaledWidth:int

The total width of the chart

Constructor detail
ChartDesc()constructor
public function ChartDesc(chart:IChartArea)Parameters
chart:IChartArea
Method detail
update()method
public function update():void

Causes the ChartDesc to refresh all its properties

updateComplete()method 
public function updateComplete():void

Called after all updating is complete to reset the sizeChanged flag