I have a simple Chart.
When I right-click a DRAG mouse cursor appears and then I can start the series in the chart, though I have no will to.
And it occurs that I cannot capture the MouseDown events.
Is there a simple way to switch off DRAG mode and to enable MouseDown capturing or I have to assign a ToolSet to the chart?
Edit: As I expected, created an empty TchartToolset and set the Chart to use it, now everything is okay, by still I do wander if I can do without this pest control.