Page 1 of 1
MS Word Draw-type features like drawing boxes or circles
Posted: Tue Jun 15, 2010 5:48 am
by 13051032
Question: Can I add MS Word Draw-type features like drawing boxes or circles around an area of the data that is of particular interest, and add callout lines or arrows. on a graph display? If so, Can you please provide some sample code?
Re: MS Word Draw-type features like drawing boxes or circles
Posted: Tue Jun 15, 2010 11:37 am
by 10050769
Hello asupriya,
I recommend that you could see demo of TeeChart.Net Tools, concretely see All\Welcome !\Tools\Draw Lines\DrawLine Tool if you want draw a line.
On the other hand, if you want draw remaining figures, you have two options:
First: You could draw directly to the canvas using Mouse Events for paint figures.
Second: Using shape series, adding its points values with Mouse Events too. You can find example in Demo AllFeauters\ Welcome !\Chart styles\Standard\Shape
I hope will helps.
Thanks,