Rectangle tool q's!

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
noaksey
Newbie
Newbie
Posts: 55
Joined: Wed May 23, 2007 12:00 am

Rectangle tool q's!

Post by noaksey » Mon Nov 24, 2008 12:11 pm

Hey,

When i'm editing text on the tool (by double clicking one), how do I accept the changes? As the tool is multi-line, it doesn't want to accept enter as it takes that as a new line - also when this happens it doesn't change the size of the box either :(

Secondly can we have an option to specify the angle of the text??

Cheers guys,

Regards
Chris

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Nov 24, 2008 2:03 pm

Hi Chris,

When i'm editing text on the tool (by double clicking one), how do I accept the changes? As the tool is multi-line, it doesn't want to accept enter as it takes that as a new line - also when this happens it doesn't change the size of the box either
You need to press ESC to stop editting the rectangle. For it to resize you need to do this:

Code: Select all

			rectangle1.AutoSize = true;
Secondly can we have an option to specify the angle of the text??
I'll add your request to the wish-list to be considered for inclusion in future releases.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply