TcxGridChartSeriesStyles Class
In This Article
Contains a set of styles that manage the appearance of a series in a Chart View.
#Declaration
Delphi
TcxGridChartSeriesStyles = class(
TcxCustomGridStyles
)
#Remarks
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.
#Inheritance
See Also