Back to Devexpress

ChartHitInfo.Pane Property

wpf-devexpress-dot-xpf-dot-charts-dot-charthitinfo-0d7491b6.md

latest1.5 KB
Original Source

ChartHitInfo.Pane Property

Gets a pane which is located under the test 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, which represents the pane located under the test point.

|

Remarks

Use the Pane property to access the pane located under the test point (if the ChartHitInfo.InPane property returns true ).

And, if ChartHitInfo.InPane is false , the Pane property returns null ( Nothing in Visual Basic).

See Also

InPane

ChartHitInfo Class

ChartHitInfo Members

DevExpress.Xpf.Charts Namespace