Back to Devexpress

HitInfoBase.AxisLabel Property

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

latest1.3 KB
Original Source

HitInfoBase.AxisLabel Property

Returns the axis label located under the test point.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public AxisLabel AxisLabel { get; }
vb
Public ReadOnly Property AxisLabel As AxisLabel

Property Value

TypeDescription
AxisLabel

The axis label located under the test point.

|

Remarks

If the HitInfoBase.InAxisLabel property returns true , then the AxisLabel property returns the instance under the test point, else the AxisLabel returns null ( Nothing in Visual Basic).

See Also

HitInfoBase Class

HitInfoBase Members

DevExpress.Xpf.Charts Namespace