Skip to main content
A newer version of this page is available. .

TdxChartSimpleSeriesTotalLabel Class

Stores total label settings.

Declaration

TdxChartSimpleSeriesTotalLabel = class(
    TdxChartVisualElementTitle
)

Remarks

A total label displays a sum of all values in a simple 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.

  • Hide or display the total label (Visible).
  • Position the total label within the simple series area horizontally and vertically (Position and Alignment).
  • Customize general appearance settings (Appearance).
  • Apply a formatting pattern to the total label (TextFormat).
  • Access the simple series View to which the total label settings belong (View).
  • Copy total label settings between simple series (Assign).

Direct TdxChartSimpleSeriesTotalLabel Class References

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

See Also