TcxGridChartSeriesStyles Class
Contains a set of styles that manage the appearance of a series in a Chart View.
Declaration
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.Values property override the style settings for specific values which were set via the Styles.Values property of a particular series.
Inheritance
See Also