Skip to main content

ChartHitInfo.Axis Property

Gets an axis which is located under the test point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public AxisBase Axis { get; }

Property Value

Type Description
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