Hi,
I have created a Custom tool for Tchart by deriving CursorTool.
I have placed RectangleTool inside my custom tool.
But when i add my custom tool to the tchart, the RectangleTool is not displayed.
Do i need to add the the rectangle tool also to the Chart.Tools Collection ??
CustomTool for TChart
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi vijay,
Most likely your custom need should also add its RectangleTool to the chart, for example:
Most likely your custom need should also add its RectangleTool to the chart, for example:
Code: Select all
tChart1.Tools.Add(myRectangle);
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |