Back to Devexpress

TdxChartXYSeriesValueLabels Class

vcl-dxchartxydiagram-7922579e.md

latest3.9 KB
Original Source

TdxChartXYSeriesValueLabels Class

Stores XY series value label appearance and behavior settings.

Declaration

delphi
TdxChartXYSeriesValueLabels = class(
    TdxChartSeriesValueLabels
)

Remarks

Value labels mark individual series values.

Main API Members

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

VisibleHides or displays series value labels.AppearanceProvides access to general appearance settings of series value labels.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 in them.ResolveOverlappingIndentSpecifies the base minimum distance (in pixels) between value labels when value label resolution is enabled.AssignCopies value label settings between XY series.

Tip

If you need to customize individual series value labels, handle an XY diagram‘s OnGetValueLabelDrawParameters event.

Terminal TdxChartXYSeriesValueLabels Class Descendants

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

TdxChartXYSeriesBarValueLabelsStores value label appearance and behavior settings for an XY series with an active Bar View.TdxChartXYSeriesLineValueLabelsStores value label appearance and behavior settings for an XY series with an active Line or Area View.

The ValueLabels property of an XY series View references one of these classes as a TdxChartXYSeriesValueLabels object depending on the actual series View type.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomLabels TdxChartSeriesValueLabels TdxChartXYSeriesValueLabels

See Also

TdxChartAxisValueLabels Class

TdxChartPieValueLabels Class

TdxChartXYSeriesValueLabels Members

dxChartXYDiagram Unit