Skip to main content

%ZEN.SVGComponent.diffChart

Class %ZEN.SVGComponent.diffChart Extends chart [ Deprecated, System = 3 ]

This is an SVG chart component that displays a difference chart.
This is a specialized type of line chart that displays the difference between a reference data series (the first data series) and an actual data series (the second data series).

Parameters​

DEFAULTPLOTTOEDGE​

Parameter DEFAULTPLOTTOEDGE = 1;

Default value for plotToEdge property.

Properties​

refLineStyle​

Property refLineStyle As %ZEN.Datatype.svgStyle [ InitialExpression = "stroke-dasharray: 1,1;" ];

Optional: default style applied to the reference line elements used for plotting data by this chart.

seriesYAxes​

Property seriesYAxes As %ZEN.Datatype.csv(XMLPROJECTION = "none");

XDatas​

SVGStyle​

XData SVGStyle

Methods​

renderSeries​

ClientMethod renderSeries(group) [ Language = javascript ]

Draw data series for this chart. group is the SVG container for the chart components.

useSumForRange​

ClientMethod useSumForRange() [ Language = javascript ]

This method returns true if data series should be summed when calculating data range for the chart.

setProperty​

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

Set the value of a named property.