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

ChartHitInfo.Pane Property

Gets a pane which is located under the test point.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public Pane Pane { get; }

Property Value

Type Description
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