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

SwiftPlotSeriesViewBase.Pane Property

Gets or sets the pane used to plot the current series on a SwiftPlotDiagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public XYDiagramPaneBase Pane { get; set; }

Property Value

Type Description
XYDiagramPaneBase

An XYDiagramDefaultPane or an XYDiagramPane object, representing the pane for the current Swift Plot series.

Remarks

By default, a Swift Plot diagram displays a single default pane, which is accessible via the XYDiagram2D.DefaultPane property. If a diagram contains several series, it is possible to display each series on a separate pane. To do this, add an XYDiagramPane object to the XYDiagram2D.Panes collection (by default it is empty) and set the Pane property to this pane.

For more information, refer to Panes and Swift Plot Series View.

See Also