EJSC.Chart.proximity_snap
See Also
Definition
integer proximity_snap = 5
Description
Determines the maximum number of pixels away from a point the cursor can be for point selection and hints.
Example
>> Allow clicks to trigger point selection up to 9 pixels away from the actual point.
var chart = new EJSC.Chart( "chart", {proximity_snap: 8} ); |