Hallo everybody, I am using the following code to be able to drag Point in my lines: Steema.TeeChart.Styles.Line line1 = new Steema.TeeChart.Styles.Line(); line1.FillSampleValues(); Steema.TeeChart.Tools.DragPoint dragPoint1 = new Steema.TeeChart.Tools.DragPoint(); tChart1.Tools.Add(dragPoint1); dra...