Skip to main content

%ZEN.SVGComponent.comboChart

Class %ZEN.SVGComponent.comboChart Extends %ZEN.SVGComponent.barChart [ Deprecated, System = 3 ]

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.

Parameters

DEFAULTAPPEARANCE

Parameter DEFAULTAPPEARANCE = "2D";

Default appearance of this component.

Properties

seriesTypes

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.

Methods

getSeriesType

ClientMethod getSeriesType(series) [ Language = javascript ]

Return the type (how a series should be displayed) for the given data series (0-based).

getRangeGroupForSeries

ClientMethod getRangeGroupForSeries(series) [ Language = javascript ]

For line/bar charts with stacked bars, indicate which "group" should be used for computing axis ranges.

setProperty

ClientMethod setProperty(property, value, value2) [ Language = javascript ]

Set the value of a named property.

isCombo

ClientMethod isCombo() [ Language = javascript ]

Test if this is a combo chart.

isTimeBased

ClientMethod isTimeBased() [ Language = javascript ]

Test if a time-based x axis should be used. This is overridden in subclasses.