The data value.
HitTest(IComparable) Method
Performs a HitTest operation on the AxisBase. The supplied dataValue is used to convert to SciChart.Charting.Visuals.RenderableSeries.AxisInfo struct, which contains information about the axis, as well as formatted values
Syntax
public override AxisInfo HitTest( 
   IComparable dataValue
)

Parameters

dataValue
The data value.

Return Value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also