I am drawing the horizontal line of a crosshair on a columnchart.

g.lineStyle(2,0xFF0000,.5);

g.moveTo(0,_crosshairs.y);
g.lineTo(unscaledWidth,_crosshairs.y);



I would like to change the lineStyle when the crosshair hits a y
coordinate that would equate to a particular data value on the y-axis.

Help?

Reply via email to