Skip to main content

TdxChartSimpleSeriesTotalLabel Class

Stores total label settings.

Declaration

TdxChartSimpleSeriesTotalLabel = class(
    TdxChartVisualElementTitle
)

Remarks

A total label displays a sum of all values in a simple series.

VCL Chart Control: The Default Total Label in a Pie Series

Main API Members

The list below outlines key members of the TdxChartSimpleSeriesTotalLabel class that allow you to configure the total label of a simple series.

Visible
Hide or display the total label.
Position | Alignment
Position the total label within the simple series area horizontally and vertically.
Appearance
Provide access to general appearance settings.
TextFormat
Specifies a custom formatting pattern for the total label.
View
Provides access to the simple series View to which the total label settings belong.
Assign
Copies total label settings between simple series.

Tip

You can handle the OnGetTotalLabelDrawParameters event of a simple to customize individual total labels.

Direct TdxChartSimpleSeriesTotalLabel Class References

The TotalLabel property of Pie and Doughnut series Views reference a TdxChartSimpleSeriesTotalLabel object.

See Also