data value for hit test
hitTest Method
Perform a HitTest on this Axis at specified data point
Syntax
AxisInfo hitTest( 
   java.lang.Comparable<}> value
)

Parameters

value
data value for hit test

Return Value

The AxisInfo which contains the HitTest results
See Also