class %ZEN.Report.Display.COSChart.ccomboChart
extends %ZEN.Report.Display.COSChart.cbarChart
This is an SVG chart component that displays a combination of
line and bar chart information.
This chart displays one or more data series each of which can be presented as lines
or bars.
You can view pivot the chart using the chartPivot property.
Pivotted combo charts are not supported.
parameter DEFAULTAPPEARANCE = "2D";
Default appearance of this component.
property seriesTypes
as %ZEN.Datatype.csv;
Comma-delimited list of types indicating how each series within the chart should be displayed.
Possible types are "line", "area", and "bar". If a type is not supplied, the type is "bar".
method getRangeGroupForSeries(series)
For line/bar charts with stacked bars, indicate which "group" should
be used for computing axis ranges.
method getSeriesType(series)
Return the type (how a series should be displayed) for the given data series (0-based).