class %DeepSee.Report.Model.Chart.PieChart
extends Chart
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
3
|
|
|
|
|
|
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 tagBegin
as %String [ InitialExpression = "<pieChart" ];
property tagEnd
as %String [ InitialExpression = "</pieChart>" ];