Skip to main content

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
XYDiagramPaneBaseModel

The pane model.

See Also