Back to Devexpress

TdxChartSimpleSeriesTotalLabel Class

vcl-dxchartsimplediagram-500fa34d.md

latest2.9 KB
Original Source

TdxChartSimpleSeriesTotalLabel Class

Stores total label settings.

Declaration

delphi
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.

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.

Direct TdxChartSimpleSeriesTotalLabel Class References

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

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomVisualElement TdxChartVisualElementTitle TdxChartSimpleSeriesTotalLabel

See Also

TdxChartSeriesValueLabels Class

TdxChartSimpleSeriesTotalLabel Members

dxChartSimpleDiagram Unit