Home Forums Chart Support Drag and Drop line chart points for redraw Reply To: Drag and Drop line chart points for redraw

#10476

Cameron,

Drag and drop line chart points is not possible directly with existing the API as of now. Here is an example to achieve the same using mouseover, mouseout, and rangeChanging event along with javascript onmousedown event.