Back to Devexpress

TdxChartCustomLabels Class

vcl-dxchartcore-08c80b47.md

latest3.1 KB
Original Source

TdxChartCustomLabels Class

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

Declaration

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

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.

Terminal TdxChartCustomLabels Class Descendants

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.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomLabels

See Also

TdxChartSeriesValueLabels Class

TdxChartCustomLabels Members

dxChartCore Unit