Back to Devexpress

TdxChartSimpleSeriesCustomPieView.TotalLabel Property

vcl-dxchartsimplediagram-dot-tdxchartsimpleseriescustompieview-50930400.md

latest1.9 KB
Original Source

TdxChartSimpleSeriesCustomPieView.TotalLabel Property

Provides access to total label settings.

Declaration

delphi
property TotalLabel: TdxChartSimpleSeriesTotalLabel read; write;

Property Value

TypeDescription
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

TdxChartSimpleSeriesCustomPieView.ValueLabels Property

TdxChartSimpleSeriesCustomPieView Class

TdxChartSimpleSeriesCustomPieView Members

dxChartSimpleDiagram Unit