Charting::ChartDataDefinition Class

Properties

titleCharacter

The chart title.

xAxisLabelCharacter

Label for the X axis.

yAxisLabelCharacter

Label for the Y axis.

seriesCharting::ChartSeriesDefinition Array

An array of data series.

dataAxisLabelsCharacter

Defines labels for each tick on the X axis.

includeZeroCharacter

Defines whether or not zero should be included in the Y axis. Value can be 'Auto', 'No', or 'Yes'.

showBreaksLogical

Defines if breaks should be shown in a sparse graph.

Methods

Addserie Method

Add a serie.

DeletedataAxisLabel Method

Delete a dataAxisLabel.

Deleteserie Method

Delete a serie.

InsertdataAxisLabel Method

Insert a new dataAxisLabel.

Insertserie Method

Insert a new serie.

MovedataAxisLabel Method

Move a block of dataAxisLabel items.

Moveserie Method

Move a block of serie items.

See Also