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

SwiftPlotSeriesViewBaseModel.Pane Property

Gets or sets the model of the pane assigned to the modeled Swift Plot series view.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions("Layout", 1)]
[UseAsSimpleProperty]
public XYDiagramPaneBaseModel Pane { get; set; }

Property Value

Type Description
XYDiagramPaneBaseModel

The pane model.

See Also