Skip to main content
A newer version of this page is available. .

SeriesBaseModel.View Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

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

Property Value

Type Description
SeriesViewBaseModel

The model of the series view.

See Also