I am trying to fix a bug in a component that I have started to write... 6 or 7 years ago, I have stopped woring on it 5 years ago, at least.
Well, I tried to create a snippet, but I cannot make TDataPointDragTool work in a standalone component.
I tried the ..\lazarus\components\tachart\demo\tools.
Dragging works for the two vertical bars, but it does not work for the Chart1FuncSeries1 (I expect that should be able to move its points).
I have set the AffectedSered of ChartToolset1DataPointDragTool1 to 0,1,2,3 (it was 2,3).
What else should I do?