Superclass of bar and column chart. Contains all the common functionality, provides template methods
to the subclasses so that they can render horizontal bars or vertical columns.
Basically abstracts a bar/column chart into a chart with a parallel dimension and a normal dimension.
The parallel dimension is the dimension in which the rows/columns extend.
The instance initializer.
Parameters:
name – the GI name of the instance
left – left position (in pixels) of the chart relative to its parent container
top – top position (in pixels) of the chart relative to its parent container
width – width (in pixels) of the chart
height – height (in pixels) of the chart
Returns the categoryCoverage field, the ratio of the range of a category that is covered by bars/columns.
Returns:
categoryCoverage
Returns the seriesOverlap field, the ratio of a column width/row height that a column/row overlaps with the adjacent column/row.
Returns:
seriesOverlap
Returns the type field, corresponds to the variation of chart, one of {'clustered','stacked','stacked100'}.
Returns:
type
Deprecated.
Returns the release/build for the class (i.e., "2.2.00").
Returns:
Sets the categoryCoverage field.
Parameters:
categoryCoverage – the new value for categoryCoverage, between 0 and 1
Sets the seriesOverlap field.
Parameters:
seriesOverlap – the new value for seriesOverlap, usually between -0.5 and 0.5
Sets the type field.
Parameters:
type – the new value for type, one of {'clustered','stacked','stacked100'}
Copyright © 2001-2011, TIBCO Software Inc.