| Package | xp.charting |
| Interface | public interface IChartArea extends mx.styles.IStyleClient, flash.events.IEventDispatcher |
| Subinterfaces | IAxisChart, IChart |
| Implementors | ChartArea |
| Property | Defined by | ||
|---|---|---|---|
| background : ChartBackground
[read-only]
| IChartArea | ||
| borderMetrics : EdgeMetrics [read-only]
| IChartArea | ||
| chartDesc : ChartDesc
[read-only]
| IChartArea | ||
| chromeMetrics : EdgeMetrics [read-only]
| IChartArea | ||
| dataProvider : Object [read-only]
| IChartArea | ||
| foreground : ChartForeground
[read-only]
| IChartArea | ||
| palette : Palette
[read-only]
| IChartArea | ||
| Method | Defined by | ||
|---|---|---|---|
|
getUnscaledHeight():Number
| IChartArea | ||
|
getUnscaledWidth():Number
| IChartArea | ||
| background | property |
background:ChartBackground [read-only]Implementation
public function get background():ChartBackground
| borderMetrics | property |
borderMetrics:EdgeMetrics [read-only]Implementation
public function get borderMetrics():EdgeMetrics
| chartDesc | property |
| chromeMetrics | property |
chromeMetrics:EdgeMetrics [read-only]Implementation
public function get chromeMetrics():EdgeMetrics
| dataProvider | property |
dataProvider:Object [read-only]Implementation
public function get dataProvider():Object
| foreground | property |
foreground:ChartForeground [read-only]Implementation
public function get foreground():ChartForeground
| palette | property |
| getUnscaledHeight | () | method |
public function getUnscaledHeight():Number
Returns
Number |
| getUnscaledWidth | () | method |
public function getUnscaledWidth():Number
Returns
Number |