%DeepSee.Report.Model.Chart.PieChart
class %DeepSee.Report.Model.Chart.PieChart extends %DeepSee.Report.Model.Chart.Chart
Property Inventory
Properties
property labelValues as %ZEN.Datatype.csv;
Optional: comma-delimited list of label values of each slice.
If left blank, the series number is used.
Property methods: labelValuesDisplayToLogical(), labelValuesGet(), labelValuesIsValid(), labelValuesLogicalToDisplay(), labelValuesLogicalToOdbc(), labelValuesNormalize(), labelValuesSet()
property tagBegin as %String [ InitialExpression = "<pieChart" ];
Property methods: tagBeginDisplayToLogical(), tagBeginGet(), tagBeginIsValid(), tagBeginLogicalToDisplay(), tagBeginLogicalToOdbc(), tagBeginNormalize(), tagBeginSet()
property tagEnd as %String [ InitialExpression = "</pieChart>" ];
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()