vcl-dxchartsimplediagram-c6e7bb85.md
Stores value label appearance and behavior settings for Pie and Doughnut Views.
TdxChartPieValueLabels = class(
TdxChartSeriesValueLabels
)
Value labels mark pie or doughnut slices.
The list below outlines key members of the TdxChartPieValueLabels class that allow you to configure value labels.
VisibleHides or displays value labels.PositionPositions values on a simple diagram.LineLengthAdjusts the length of lines that connect value labels to the corresponding series value slices.AppearanceProvides access to general label appearance settings.TextFormatSpecifies a custom value label formatting pattern.ResolveOverlappingMode | ResolveOverlappingIndentSpecify how the Chart control resolves value label overlapping when labels are arranged outside series slices.MaxLineCountLimits the maximum number of text lines in a label.AssignCopies value label appearance and behavior settings between simple series.
Tip
You can handle the OnGetValueLabelDrawParameters event of a simple diagram to customize individual series value labels.
The ValueLabels property of Pie and Doughnut Views references a TdxChartPieValueLabels object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomLabels TdxChartSeriesValueLabels TdxChartPieValueLabels
See Also
TdxChartSimpleSeriesTotalLabel Class