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

IXYSeriesView2D.Pane Property

If implemented by a class, gets the Pane.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

XYDiagramPaneBase Pane { get; }

Property Value

Type Description
XYDiagramPaneBase

An XYDiagramPaneBase descendant, which represents the pane.

See Also