Skip to main content

ChartHitInfo.InPane Property

Gets a value indicating whether the test point is within a Pane.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public bool InPane { get; }

#Property Value

Type Description
Boolean

true if the test point is within a pane; otherwise, false.

#Remarks

Use the InPane property, to check whether the test point is located within a pane.

To obtain a particular element located under the test point, use the ChartControl.CalcHitInfo method.

See Also