HitTest Method (PolarXAxis)
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
Overload List
Overload | Description |
---|---|
HitTest(IComparable) | 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 |
HitTest(Point) | 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 |
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