Page 1 of 1

Removing decimal places

Posted: Wed May 25, 2005 10:32 pm
by 9525167
Hi.

Is there an option to stop the tchart axis breaking down into decimal places if there is only a small scale of results eg 0 to 3

At the moment the axis marks 1.2,1.4 etc
I only want it to show 0,1,2 etc

Many thanks

Mark

Posted: Thu May 26, 2005 8:53 am
by narcis
Hi Mark,

Yes, just set axis increment to 1:

Code: Select all

TChart1.Axis.Left.Increment = 1