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

TdxChartCustomLabels Class

The base class for all classes that implement value label settings.

Declaration

TdxChartCustomLabels = class(
    TdxChartVisualElementPersistent
)

Remarks

Labels mark individual series and axis values in a diagram.

Main API Members

The list below outlines key members of the TdxChartCustomLabels class that allow you to customize value labels.

  • Hide or display value labels (Visible).
  • Rotate value labels clockwise or counterclockwise (Angle).
  • Adjust the distance between value labels and the corresponding value positions (LineLength).
  • Connect labels to the corresponding values with lines (LineVisible).
  • Apply a formatting pattern to value labels (TextFormat).
  • Limit the width of value labels and the maximum number of text lines within them (MaxWidth and MaxLineCount).
  • Explicitly specify the offset used in the label overlap resolution algorithm (ResolveOverlappingIndent).
  • Copy compatible value label settings between series (Assign).

Terminal TdxChartCustomLabels Class Descendants

Do not use the TdxChartCustomLabels class directly. Use the following descendants instead:

TdxChartSeriesValueLabels
Stores series value label appearance and behavior settings.
TdxChartPieValueLabels
Stores value label appearance and behavior settings for Pie and Doughnut Views.
TdxChartAxisValueLabels
Stores axis value label appearance and behavior settings.
See Also