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

ControlCoordinates.Pane Property

Gets the point’s pane.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public XYDiagramPaneBase Pane { get; }

Property Value

Type Description
XYDiagramPaneBase

An XYDiagramPaneBase descendant, representing the pane where the point resides.

See Also