ChartHitInfo.Axis Property
In This Article
Gets an axis which is located under the test point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Property Value
Type | Description |
---|---|
Axis |
An Axis |
#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