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.v18.2.Wizard.dll

Declaration

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

Property Value

Type Description
SeriesViewBaseModel

The model of the series view.

See Also