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

TcxGridChartSeries.Styles Property

Specifies the set of styles which define the appearance of the series.

#Declaration

Delphi
property Styles: TcxGridChartSeriesStyles read; write;

#Property Value

Type
TcxGridChartSeriesStyles

#Remarks

Use the Styles property to access the set of styles which define the style (the color and background bitmap) of data markers (for instance, bars for a bar diagram and columns for a column diagram) which correspond to the series.

See Also