TdxChartSimpleSeriesCustomPieView.TotalLabel Property
Provides access to total label settings.
Declaration
property TotalLabel: TdxChartSimpleSeriesTotalLabel read; write;
Property Value
Type | Description |
---|---|
TdxChartSimpleSeriesTotalLabel | Stores settings of a series total label. |
Remarks
A total label displays a sum of all values in a Pie or Doughnut series.
You can use TotalLabel
.TextFormat and TotalLabel
.Appearance properties to apply a formatting pattern to the total label and customize its appearance.
Refer to the TdxChartSimpleSeriesTotalLabel class description for detailed information on available options.
Tip
You can handle the OnGetTotalLabelDrawParameters event of a simple diagram to customize individual series total labels.
See Also