vcl-cxgridchartview-b08cdff2.md
Contains a set of styles that manage the appearance of a series in a Chart View.
TcxGridChartSeriesStyles = class(
TcxCustomGridStyles
)
The TcxGridChartSeriesStyles class extends its ancestor class with the Values property which contains the styles for the data markers of series values. To set the styles for a specific series in a Chart View, use the Styles property of the series.
Note
The style options specified for data markers within a diagram via the diagram’s Styles.Values property override the style settings for specific values which were set via the Styles.Values property of a particular series.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TcxCustomGridStyles TcxGridChartSeriesStyles
See Also