| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
ChartDesc(chart:IChartArea)
| ChartDesc | ||
|
update():void
Causes the ChartDesc to refresh all its properties
| ChartDesc | ||
|
updateComplete():void
Called after all updating is complete to reset the sizeChanged flag
| ChartDesc | ||
| chart | property |
public var chart:IChartAreaThe ChartArea component that owns this descriptor
| chartArea | property |
public var chartArea:RectangleThe whole area for the chart including chartAxes
| padding | property |
public var padding:ThicknessThe chart padding
| paddingBottom | property |
public var paddingBottom:intThe bottom gutter
| paddingHorizontal | property |
public var paddingHorizontal:intThe horizontal gutter
| paddingLeft | property |
public var paddingLeft:intThe left gutter
| paddingRight | property |
public var paddingRight:intThe right gutter
| paddingTop | property |
public var paddingTop:intThe top gutter
| paddingVertical | property |
public var paddingVertical:intThe vertical gutter
| plotArea | property |
public var plotArea:RectangleThe central area where series are drawn
| plotAreaCenterX | property |
public var plotAreaCenterX:int = 0The chart center x coordinate
| plotAreaCenterY | property |
public var plotAreaCenterY:int = 0The chart center y coordinate
| plotAreaHeight | property |
public var plotAreaHeight:int = 0The plot area height
| plotAreaLeft | property |
public var plotAreaLeft:int = 0The plot area x or left
| plotAreaTop | property |
public var plotAreaTop:int = 0The plot area y or top
| plotAreaWidth | property |
public var plotAreaWidth:int = 0The plot area width
| plotRegionAxis | property |
public var plotRegionAxis:RectangleThe central rect with the 0,0 origin in the bottom left
| plotRegionPolar | property |
public var plotRegionPolar:RectangleThe central rect centered on the plotArea witht he 0,0 origin in the center
| sizeChanged | property |
public var sizeChanged:Boolean = trueIndicates whether the plot area size has changed Once all drawing is complete this will be reset
| unscaledHeight | property |
public var unscaledHeight:intThe total height of the chart
| unscaledWidth | property |
public var unscaledWidth:intThe total width of the chart
| ChartDesc | () | constructor |
| update | () | method |
public function update():voidCauses the ChartDesc to refresh all its properties
| updateComplete | () | method |
public function updateComplete():voidCalled after all updating is complete to reset the sizeChanged flag