Skip to main content

SeriesBaseModel.View Property

Returns the model of the series view of the modeled series.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[AllocateToGroup("View")]
[LocalizableCategory(DesignerCategories.Elements)]
public SeriesViewBaseModel View { get; }

Property Value

Type Description
SeriesViewBaseModel

The model of the series view.

See Also