Skip to main content
A newer version of this page is available. .
All docs
V21.2

HitInfoBase.InAxis Property

Returns the value indicating whether the test point is within an axis.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public abstract bool InAxis { get; }

Property Value

Type Description
Boolean

true if the test point is within an axis; otherwise false.

See Also