Skip to main content

%ZEN.Report.Display.COSChart.ccomboChart

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.
Pivotted combo charts are not supported.

Property Inventory

Method Inventory

Parameters

parameter DEFAULTAPPEARANCE = 2D;
Default appearance of this component.

Properties

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", "target", and "bar". If a type is not supplied, the type is "bar". "target" draws a target bar across any bars series.
Property methods: seriesTypesDisplayToLogical(), seriesTypesGet(), seriesTypesIsValid(), seriesTypesLogicalToDisplay(), seriesTypesLogicalToOdbc(), seriesTypesNormalize(), seriesTypesSet()

Methods

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).
method isCombo()
Test if this is a combo chart.
method isTimeBased()
Test if a time-based x axis should be used. This is overridden in subclasses.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab