| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.charting.descriptors.ChartDesc
Field Summary | |
| axis: MovieClip | |
| container for the axis | |
| chart: MovieClip | |
| the chart plot area clip | |
| chartHeight: Number | |
| chart height | |
| chartParent: Object | |
| the AxisChart component | |
| chartWidth: Number | |
| the chart width | |
| dualAxis: Boolean | |
| does this chart use more than one y axis | |
| dualXAxis: Boolean | |
| does this chart use more than one x axis | |
| padding: Object | |
| the chart padding | |
| seriesCount: Number | |
| count of the number of yseries | |
| xAxis2Desc: AxisDesc | |
| the x axis descriptor | |
| xAxisDesc: AxisDesc | |
| the x axis descriptor | |
| xAxisMode: Number | |
| do we draw the first/last data point inside or on the axis (ie line or bar mode) 1=line/0=bar | |
| xseries: Object | |
| the xseries | |
| yAxis1Desc: AxisDesc | |
| the primary y axis descriptor | |
| yAxis2Desc: AxisDesc | |
| the secondary y axis descriptor | |
| yseries: Object | |
| the yseries array | |
| var axis: MovieClip |
| container for the axis |
| var chart: MovieClip |
| the chart plot area clip |
| var chartHeight: Number |
| chart height |
| var chartParent: Object |
| the AxisChart component |
| var chartWidth: Number |
| the chart width |
| var dualAxis: Boolean |
| does this chart use more than one y axis |
| var dualXAxis: Boolean |
| does this chart use more than one x axis |
| var padding: Object |
| the chart padding |
| var seriesCount: Number |
| count of the number of yseries |
| var xAxis2Desc: AxisDesc |
| the x axis descriptor |
| var xAxisDesc: AxisDesc |
| the x axis descriptor |
| var xAxisMode: Number |
| do we draw the first/last data point inside or on the axis (ie line or bar mode) 1=line/0=bar |
| var xseries: Object |
| the xseries |
| var yAxis1Desc: AxisDesc |
| the primary y axis descriptor |
| var yAxis2Desc: AxisDesc |
| the secondary y axis descriptor |
| var yseries: Object |
| the yseries array |