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.
- 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 On
#Direct TdxChartSimpleSeriesTotalLabel Class References
The TotalLabel property of Pie and Doughnut series Views reference a TdxChartSimpleSeriesTotalLabel
object.