Skip to main content

%ZEN.Report.Display.Chart.barChart

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

Renders a bar chart.
Note: the plotToEdge is always treated as false for bar charts.

Property Inventory

Method Inventory

Parameters

parameter DEFAULTPLOTTOEDGE = 0;
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 bar chart. That is, data series are plotted on top of one another.
If false, then data series are plotted side-by-side.
Note that negative values are ignored in stacked charts.
NOT CURRENTLY IMPLEMENTED
Property methods: chartStackedDisplayToLogical(), chartStackedGet(), chartStackedIsValid(), chartStackedLogicalToDisplay(), chartStackedLogicalToOdbc(), chartStackedLogicalToXSD(), chartStackedNormalize(), chartStackedSet(), chartStackedXSDToLogical()

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 renderDataGroupBarChart(ByRef context As %String, XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream) as %Status
method renderSeries(ByRef context As %String, XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream) as %Status
Draw data series for this chart.
method renderSeriesGroupBarChart(ByRef context As %String, XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab