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

ChartHitInfo.NonDefaultPane Property

Gets a non-default pane which is located under the test point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public XYDiagramPane NonDefaultPane { get; }

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