class %ZEN.Report.Display.Chart.barChart
extends chart
Renders a bar chart.
Note: the plotToEdge is always
treated as false for bar charts.
parameter DEFAULTPLOTTOEDGE = 0;
Default value for plotToEdge property.
property chartPivot
as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
If true, pivot this chart: display categories vertically
and values horizontally.
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