ChartHitInfo.NonDefaultPane Property
Gets a non-default pane which is located under the test point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
XYDiagramPane | An XYDiagramPane object which represents the pane located under the test point. |
Remarks
Use the NonDefaultPane property to access the non-default pane located under the test point if the ChartHitInfo.InDiagram property returns true. Note that if the ChartHitInfo.InDiagram is false, or if the pane under the test point is the XYDiagram2D.DefaultPane, then the NonDefaultPane property returns null (Nothing in Visual Basic).
See Also