Skip to main content
A newer version of this page is available. .

ChartHitInfo.Axis Property

Gets an axis which is located under the test point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

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 ChartHitInfo.InAxis property returns true). And, if the ChartHitInfo.InAxis is false, the Axis property returns null (Nothing in Visual Basic).

See Also