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 |
---|---|---|
Tcx |
cdvcp |
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 |
---|---|
cdvcp |
Data labels on series values are hidden. |
cdvcp |
Data labels are displayed inside data markers and aligned to the marker base. |
cdvcp |
Data labels are displayed centered within the data markers. |
cdvcp |
Data labels are displayed inside the data markers and aligned to the end of the corresponding data markers. |
cdvcp |
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