TcxGridChartSeries.Styles Property
In This Article
Specifies the set of styles which define the appearance of the series.
#Declaration
Delphi
property Styles: TcxGridChartSeriesStyles read; write;
#Property Value
Type |
---|
Tcx |
#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