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

TcxGridChartColumnDiagramValues.CaptionPosition Property

Specifies the position of data labels on chart values.

#Declaration

Delphi
property CaptionPosition: TcxGridChartColumnDiagramValueCaptionPosition read; write; default cdvcpNone;

#Property Value

Type Default Description
TcxGridChartColumnDiagramValueCaptionPosition cdvcpNone

The data label position.

#Remarks

Use the CaptionPosition property to specify the position of data labels on the chart values within a diagram.

#Available Options

Value Description
cdvcpNone Data labels on series values are hidden.
cdvcpInsideBase Data labels are displayed inside data markers and aligned to the marker base.
cdvcpCenter Data labels are displayed centered within the data markers.
cdvcpInsideEnd Data labels are displayed inside the data markers and aligned to the end of the corresponding data markers.
cdvcpOutsideEnd Data labels are displayed outside the data markers and aligned to the end of the corresponding data markers.

The ValueCaptionFormat property of series specifies the formatting pattern for the captions of the series values (the data labels on series values).

#Default Value

The CaptionPosition property’s default value is cdvcpNone.

See Also