EJSC.Chart.auto_find_point_by_x        

See Also

 

Definition

 

boolean auto_find_point_by_x = false

 

Description

 

Defines if the select point routine should select points based only on the X position of the cursor.

 

Example

 

>> Allow point selection to occur on click anywhere within the Y axis, find the closest point based solely on X.

 

var chart = new EJSC.Chart(

              "chart",

              {auto_find_point_by_x: true}

       );