Back to Devexpress

ChartHitInfo.NonDefaultPane Property

corelibraries-devexpress-dot-xtracharts-dot-charthitinfo-5c0c9ca4.md

latest1.9 KB
Original Source

ChartHitInfo.NonDefaultPane Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public XYDiagramPane NonDefaultPane { get; }
vb
Public ReadOnly Property NonDefaultPane As XYDiagramPane

Property Value

TypeDescription
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

HitObject

HitObjects

ChartHitInfo Class

ChartHitInfo Members

DevExpress.XtraCharts Namespace