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

TcxGridChartColumnDiagram.Values Property

Specifies options for series values (their data markers in a column diagram).

#Declaration

Delphi
property Values: TcxGridChartColumnDiagramValues read; write;

#Property Value

Type
TcxGridChartColumnDiagramValues

#Remarks

Use the Values property to set the options which control the appearance aspects of series values such as the border width of the data markers (columns for a column diagram) and the captions of series values.

See Also