horizontal and vertical scrollbar
horizontal and vertical scrollbar
how to add horizontal and vertical scrollbar to chart? if space is less than we require this feature to see all x axis labels and legend.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi shikha,
In that case you'll have to use System.Windows.Forms.HScrollBar and System.Windows.Forms.VScrollBar which are standard WinForms components. You'll find an example here.
In that case you'll have to use System.Windows.Forms.HScrollBar and System.Windows.Forms.VScrollBar which are standard WinForms components. You'll find an example here.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi shikha,
Have you looked at the example I pointed you in my previous reply?
http://www.teechart.net/support/viewtopic.php?t=1924
This example shows how to do what you request.
Have you looked at the example I pointed you in my previous reply?
http://www.teechart.net/support/viewtopic.php?t=1924
This example shows how to do what you request.
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 |