Skip to main content

TcxGridChartSeries.Styles Property

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

Declaration

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 the data markers (for instance, bars for a bar diagram and columns for a column diagram) which correspond to the series.

See Also