TcxGridChartColumnDiagram.Values Property
In This Article
Specifies options for series values (their data markers in a column diagram).
#Declaration
Delphi
property Values: TcxGridChartColumnDiagramValues read; write;
#Property Value
Type |
---|
Tcx |
#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