Skip to main content

%ZEN.Report.Display.Chart.diffChart

class %ZEN.Report.Display.Chart.diffChart extends %ZEN.Report.Display.Chart.chart

Renders a diff chart.

Property Inventory

Method Inventory

Parameters

parameter DEFAULTPLOTTOEDGE = 1;
Default value for plotToEdge property.

Properties

property chartPivot as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
If true, pivot this chart: display categories vertically and values horizontally.
Property methods: chartPivotDisplayToLogical(), chartPivotGet(), chartPivotIsValid(), chartPivotLogicalToDisplay(), chartPivotLogicalToOdbc(), chartPivotLogicalToXSD(), chartPivotNormalize(), chartPivotSet(), chartPivotXSDToLogical()
property chartStacked as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
If true, this is a stacked line chart. That is, data series are plotted above one another.
Note that negative values are ignored in stacked charts.
Property methods: chartStackedDisplayToLogical(), chartStackedGet(), chartStackedIsValid(), chartStackedLogicalToDisplay(), chartStackedLogicalToOdbc(), chartStackedLogicalToXSD(), chartStackedNormalize(), chartStackedSet(), chartStackedXSDToLogical()
property refLineStyle as %ZEN.Datatype.svgStyle [ InitialExpression = "stroke-dasharray: 1,1;" ];
Property methods: refLineStyleDisplayToLogical(), refLineStyleGet(), refLineStyleIsValid(), refLineStyleLogicalToDisplay(), refLineStyleLogicalToOdbc(), refLineStyleNormalize(), refLineStyleSet()

Methods

method getXAxisType() as %String
Return the type of x axis (category or value) used by this chart.
method getYAxisType() as %String
Return the type of y axis (category or value) used by this chart.
method renderMarkers(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, ByRef delay As %GlobalCharacterStream)
method renderSeries(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, ByRef delay As %GlobalCharacterStream)
Inherited description: Draw data series for this chart. This is implemented by subclasses. group is the SVG container for the chart components.
method renderSeries1(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, ByRef delay As %GlobalCharacterStream, seriestemplatename As %String, mode As %String, ByRef datatemplatename, seriesNumber As %Integer)

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab