Automatic Scale must be corrected !

Ideas and wishes for TeeChart
Post Reply
glikoz
Newbie
Newbie
Posts: 50
Joined: Fri Oct 07, 2005 4:00 am

Automatic Scale must be corrected !

Post by glikoz » Thu Mar 23, 2006 7:49 am

It doesnt work as expected ... You could follow this topic !
http://www.teechart.net/support/viewtopic.php?t=1375

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

Post by Narcís » Thu Mar 23, 2006 10:11 am

Hi glikoz,

The problem on the thread you mention is not automatic axis scaling as it works fine when you do:

Code: Select all

		private void tChart1_UndoneZoom(object sender, System.EventArgs e)
		{
			axis1.Automatic=true;
		}
So, could you please reply at what we asked in that forum thread?

Thanks in advance.
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

glikoz
Newbie
Newbie
Posts: 50
Joined: Fri Oct 07, 2005 4:00 am

Other opinions?

Post by glikoz » Thu Mar 23, 2006 11:38 am

I think we have to make questionnaire about this subject !
Because I posted lots of post (also some of them have got image for clarity) but we couldnt make agreement !

Please Narcis,say other supporter to read this topic from begin to end !
Especially read my posts ! Please some other teechart user or supporter write something about this topic !
http://www.teechart.net/support/viewtopic.php?t=1375

For example: When values are between 7 and 100 ,axis is between 7-500 it means that automatic scale couldnt successful..

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

Post by Narcís » Thu Mar 23, 2006 2:43 pm

Hi glikoz,

Please see my reply at the forums thread you pointed.
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