ChartHitInfo.Pane Property
In This Article
Gets a pane which is located under the test point.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#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