Skip to main content

ChartModel.Series Property

Returns the model of the series collection of the modeled chart.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
public SeriesCollectionModel Series { get; }

Property Value

Type Description
SeriesCollectionModel

The model of the series collection.

See Also