The data series type for a jsx3.chart.BarChart. Draws horizontal bars between the y axis and an x value determined
by the data provider, or between two x values determined by the data provider. A bar series has the
following fields:
- xField
- the attribute of a record to use as the horizontal extent of the bar, required
- yField
- the attribute of a record to use as the vertical midpoint of the bar, required if the y axis
of the chart is a value axis
- minField
- the attribute of a record to use as the minimum horizontal extent of the bar, 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 barHeight field.
Returns:
barHeight
Sets the barHeight field.
Parameters:
barHeight – the new value for barHeight
The default tooltip function for this type of series.
Parameters:
Returns:
Copyright © 2001-2008, TIBCO Software Inc.