vcl-dxchartxyserieslineview-ea1ae933.md
Stores value label appearance and behavior settings for an XY series with an active Line or Area View.
TdxChartXYSeriesLineValueLabels = class(
TdxChartXYSeriesValueLabels
)
Value labels mark individual series values.
The list below outlines key members of the TdxChartXYSeriesLineValueLabels class that allow you to customize XY series value labels when any Line or Area View is active.
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.ResolveOverlappingModeSpecifies the active label overlap resolution mode.ResolveOverlappingIndentSpecifies the base minimum distance (in pixels) between value labels when value label resolution is enabled.AssignCopies compatible value label settings between XY series.
Tip
If you need to customize individual series value labels, handle an XY diagram‘s OnGetValueLabelDrawParameters event.
The ValueLabels property of a Line or Area XY series View references the TdxChartXYSeriesLineValueLabels class as a TdxChartXYSeriesValueLabels object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomLabels TdxChartSeriesValueLabels TdxChartXYSeriesValueLabels TdxChartXYSeriesLineValueLabels
See Also
TdxChartXYSeriesBarValueLabels Class