class %DeepSee.Report.Model.Chart.LineChart
extends Chart
parameter DEFAULTPLOTTOEDGE = 1;
Default value for plotToEdge property.
parameter XMLNAME = "lineChart";
This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
property chartFilled
as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Specifies whether the area under the line is filled (as
in an area chart) or not filled (as in a line chart).
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 line chart. That is,
data series are plotted above one another.
Note that negative values are ignored in stacked charts.
property tagBegin
as %String [ InitialExpression = "<lineChart" ];
property tagEnd
as %String [ InitialExpression = "</lineChart>" ];