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

DiagramCoordinates.Pane Property

Gets the pane of the diagram point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public XYDiagramPaneBase Pane { get; }

Property Value

Type Description
XYDiagramPaneBase

An XYDiagramPaneBase descendant, representing the pane.

Remarks

Use the XYDiagram2D.PointToDiagram method to convert the display coordinates of the point within the diagram to a DiagramCoordinates object.

See Also