Skip to main content

%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

Inherited Methods

FeedbackOpens in a new tab