vcl-dxchartcore-08c80b47.md
The base class for all classes that implement value label settings.
TdxChartCustomLabels = class(
TdxChartVisualElementPersistent
)
Labels mark individual series and axis values in a diagram.
The list below outlines key members of the TdxChartCustomLabels class that allow you to customize value labels.
VisibleSpecifies if the Chart displays the visual element.AngleSpecifies value label rotation angle, in degrees.LineLengthSpecifies the length (in pixels) of lines that connect value points and the corresponding labels.LineVisibleSpecifies if lines between value labels and corresponding series points are visible.TextFormatSpecifies a formatting pattern for value labels.MaxWidth | MaxLineCountLimit the width of value labels and the maximum number of text lines within them.ResolveOverlappingIndentSpecifies the base minimum distance (in pixels) between value labels when value label resolution is enabled.AssignCopies compatible value label settings between series.
Do not use the TdxChartCustomLabels class directly. Use the following descendants instead:
TdxChartXYSeriesValueLabelsStores XY series value label appearance and behavior settings.TdxChartPieValueLabelsStores value label appearance and behavior settings for Pie and Doughnut Views.TdxChartAxisValueLabelsStores axis value label appearance and behavior settings.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomLabels
See Also