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.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public XYDiagramPaneBase Pane { get; }

Property Value

Type Description
XYDiagramPaneBase

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

See Also