Main Page | Packages | Class Tree | Index | Help

xp.charting.descriptors

class ChartDesc

Object
  |
  +--xp.charting.descriptors.ChartDesc


class ChartDesc
extends Object

Chart Descriptor
ChartDescriptor:{chartParent:this,chartHeight:height-padding.vertical,chartWidth:width-padding.horizontal,chart:chart,yAxis1Desc:yAxis1Desc,yAxis2Desc:yAxis2Desc,seriesCount:0,padding:padding,yseries:yseries,xseries:xseries,dualAxis:false};


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


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



Field Documentation

axis

var axis: MovieClip
container for the axis

chart

var chart: MovieClip
the chart plot area clip

chartHeight

var chartHeight: Number
chart height

chartParent

var chartParent: Object
the AxisChart component

chartWidth

var chartWidth: Number
the chart width

dualAxis

var dualAxis: Boolean
does this chart use more than one y axis

dualXAxis

var dualXAxis: Boolean
does this chart use more than one x axis

padding

var padding: Object
the chart padding

seriesCount

var seriesCount: Number
count of the number of yseries

xAxis2Desc

var xAxis2Desc: AxisDesc
the x axis descriptor

xAxisDesc

var xAxisDesc: AxisDesc
the x axis descriptor

xAxisMode

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

xseries

var xseries: Object
the xseries

yAxis1Desc

var yAxis1Desc: AxisDesc
the primary y axis descriptor

yAxis2Desc

var yAxis2Desc: AxisDesc
the secondary y axis descriptor

yseries

var yseries: Object
the yseries array


The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc