TcxGridChartSeriesStyles.Series Property
Provides access to the parent series.
Declaration
property Series: TcxGridChartSeries read;
Property Value
Type | Description |
---|---|
TcxGridChartSeries | The parent Chart View series. |
Remarks
Use the Series
property to access the series to whose values (data marker) the set of styles is applied. This property provides access to the values of the series, other options, style sets, etc.
See Also