Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartLineDiagramValues.CaptionPosition Property

Specifies the position of data marker labels.

#Declaration

Delphi
property CaptionPosition: TcxGridChartLineDiagramValueCaptionPosition read; write; default ldvcpNone;

#Property Value

Type Default Description
TcxGridChartLineDiagramValueCaptionPosition ldvcpNone

The data marker label position.

#Remarks

Options include:

Value Description
ldvcpNone Data labels are hidden.
ldvcpLeft Data labels are displayed on the left of corresponding value markers.
ldvcpAbove Data labels are displayed above the corresponding value markers.
ldvcpRight Data labels are displayed on the right of the corresponding value markers.
ldvcpBelow Data labels are displayed below the corresponding value markers.
ldvcpCenter Data labels are displayed passing the center point of the corresponding value markers.

#Default Value

The CaptionPosition property’s default value is ldvcpNone.

See Also