how to use tools to draw line?
Posted: Sun Jul 06, 2014 4:06 am
Hi Yeray,
when I use tools to draw a line on my map,there is always trace of the line I drew(see attached).I just want to make it disappear and show my line directly. Please help me to finish it.
TChart2.Tools.Add(TeeChart.EToolClass.tcDrawLine);
TChart2.Tools.get_Items(0).asDrawLine.Pen.Color = (uint)ColorTranslator.ToWin32(Color.FromArgb(255, 255, 255));
TChart2.Tools.get_Items(0).asDrawLine.Pen.Width = 3;
Add your answer here.
Thank you.
Bobinson
when I use tools to draw a line on my map,there is always trace of the line I drew(see attached).I just want to make it disappear and show my line directly. Please help me to finish it.
TChart2.Tools.Add(TeeChart.EToolClass.tcDrawLine);
TChart2.Tools.get_Items(0).asDrawLine.Pen.Color = (uint)ColorTranslator.ToWin32(Color.FromArgb(255, 255, 255));
TChart2.Tools.get_Items(0).asDrawLine.Pen.Width = 3;
Add your answer here.
Thank you.
Bobinson