vcl-dxchartsimplediagram-500fa34d.md
Stores total label settings.
TdxChartSimpleSeriesTotalLabel = class(
TdxChartVisualElementTitle
)
A total label displays a sum of all values in a simple series.
The list below outlines key members of the TdxChartSimpleSeriesTotalLabel class that allow you to configure the total label of a simple series.
VisibleHide or display the total label.Position | AlignmentPosition the total label within the simple series area horizontally and vertically.AppearanceProvide access to general appearance settings.TextFormatSpecifies a custom formatting pattern for the total label.ViewProvides access to the simple series View to which the total label settings belong.AssignCopies total label settings between simple series.
Tip
You can handle the OnGetTotalLabelDrawParameters event of a simple to customize individual total labels.
The TotalLabel property of Pie and Doughnut series Views reference a TdxChartSimpleSeriesTotalLabel object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomVisualElement TdxChartVisualElementTitle TdxChartSimpleSeriesTotalLabel
See Also
TdxChartSeriesValueLabels Class