Back to Devexpress

ChartHitInfo.Axis Property

corelibraries-devexpress-dot-xtracharts-dot-charthitinfo-ef8f3701.md

latest1.7 KB
Original Source

ChartHitInfo.Axis Property

Gets an axis which is located under the test point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public AxisBase Axis { get; }
vb
Public ReadOnly Property Axis As AxisBase

Property Value

TypeDescription
AxisBase

An AxisBase descendant, specifying the axis located under the test point.

|

Remarks

Use the Axis property to access the axis located under the test point (if the ChartHitInfoBase.InAxis property returns true ). And, if the ChartHitInfoBase.InAxis is false , the Axis property returns null ( Nothing in Visual Basic).

See Also

InAxis

HitObject

HitObjects

ChartHitInfo Class

ChartHitInfo Members

DevExpress.XtraCharts Namespace