Back to Devexpress

ChartHitInfoBase.InAxis Property

wpf-devexpress-dot-xpf-dot-charts-dot-charthitinfobase.md

latest1.3 KB
Original Source

ChartHitInfoBase.InAxis Property

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public override bool InAxis { get; }
vb
Public Overrides ReadOnly Property InAxis As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

Use the InAxis property to check whether the test point is located within an axis.

To obtain an instance located under the test point, use the ChartHitInfoBase.Axis property.

See Also

ChartHitInfoBase Class

ChartHitInfoBase Members

DevExpress.Xpf.Charts Namespace