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

TcxGridChartSeriesStyles Class

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.Values property override the style settings for specific values which were set via the Styles.Values property of a particular series.

See Also