%DeepSee.Report.Model.Chart.LineChart
class %DeepSee.Report.Model.Chart.LineChart extends %DeepSee.Report.Model.Chart.Chart
Property Inventory
Parameters
parameter DEFAULTPLOTTOEDGE = 1;
Default value for plotToEdge property.
parameter XMLNAME = lineChart;
Inherited description: 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.
Properties
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 methods: chartFilledDisplayToLogical(), chartFilledGet(), chartFilledIsValid(), chartFilledLogicalToDisplay(), chartFilledLogicalToOdbc(), chartFilledLogicalToXSD(), chartFilledNormalize(), chartFilledSet(), chartFilledXSDToLogical()
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.
Note that negative values are ignored in stacked charts.
Property methods: chartStackedDisplayToLogical(), chartStackedGet(), chartStackedIsValid(), chartStackedLogicalToDisplay(), chartStackedLogicalToOdbc(), chartStackedLogicalToXSD(), chartStackedNormalize(), chartStackedSet(), chartStackedXSDToLogical()
property tagBegin as %String [ InitialExpression = "<lineChart" ];
Property methods: tagBeginDisplayToLogical(), tagBeginGet(), tagBeginIsValid(), tagBeginLogicalToDisplay(), tagBeginLogicalToOdbc(), tagBeginNormalize(), tagBeginSet()
property tagEnd as %String [ InitialExpression = "</lineChart>" ];
Property methods: tagEndDisplayToLogical(), tagEndGet(), tagEndIsValid(), tagEndLogicalToDisplay(), tagEndLogicalToOdbc(), tagEndNormalize(), tagEndSet()
Inherited Members
Inherited Properties
- backgroundStyle
- bandLower
- bandLowerStyle
- bandUpper
- bandUpperStyle
- children
- dataFields
- dataGroup
- gridStyle
- height
- labelStyle
- legendHeight
- legendLabelStyle
- legendStyle
- legendVisible
- legendWidth
- legendX
- legendY
- marginBottom
- marginLeft
- marginRight
- marginTop
- markerScale
- markerShapes
- markerStyle
- markersVisible
- name
- plotAreaStyle
- plotStyle
- plotToEdge
- seriesColors
- seriesCount
- seriesGroup
- seriesNames
- seriesSize
- title
- titleStyle
- titleX
- titleY
- width
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()