ChartHitInfo.NonDefaultPane Property
In This Article
Gets a non-default pane which is located under the test point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public XYDiagramPane NonDefaultPane { get; }
#Property Value
Type | Description |
---|---|
XYDiagram |
An XYDiagram |
#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