The pixel coordinate on this Axis corresponding to the input DataValue
HitTest(Point) Method
Performs a hit test on the Axis, returning the Data Value at the specific x or y pixel coordinate. This operation is the opposite of AxisCore.GetCoordinate
Syntax
public virtual new AxisInfo HitTest( 
   Point atPoint
)

Parameters

atPoint
The pixel coordinate on this Axis corresponding to the input DataValue

Return Value

An SciChart.Charting.Visuals.RenderableSeries.AxisInfo struct containing the datavalue and formatted data value at this coordinate
Remarks
If the Axis is an XAxis, the coordinate passed in is an X-pixel. If the axis is a Y Axis, the coordinate is a Y-pixel
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