Back to Devexpress

DiagramCoordinates.Pane Property

wpf-devexpress-dot-xpf-dot-charts-dot-diagramcoordinates-ea110cd4.md

latest1.3 KB
Original Source

DiagramCoordinates.Pane Property

Gets the pane of the diagram point.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public Pane Pane { get; }
vb
Public ReadOnly Property Pane As Pane

Property Value

TypeDescription
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

DiagramCoordinates Class

DiagramCoordinates Members

DevExpress.Xpf.Charts Namespace