The data series type for a jsx3.chart.ColumnChart. Draws vertical columns between the x axis and a y value determined
by the data provider, or between two y values determined by the data provider. A column series has the
following fields:
- yField
- the attribute of a record to use as the vertical extent of the column, required
- xField
- the attribute of a record to use as the horizontal midpoint of the column, required if the x axis
of the chart is a value axis
- minField
- the attribute of a record to use as the minimum vertical extent of the column, optional
The instance initializer.
Parameters:
name – the GI name of the instance
seriesName – the name of the Series, will be displayed in the Legend for most chart types
Returns the columnWidth field.
Returns:
columnWidth
Sets the columnWidth field.
Parameters:
columnWidth – the new value for columnWidth
The default tooltip function for this type of series.
Parameters:
Returns:
Copyright © 2001-2008, TIBCO Software Inc.