Skip to main content

DiagramCoordinates.Pane Property

Gets the pane of the diagram point.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Pane Pane { get; }

Property Value

Type Description
Pane

A Pane object that is 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