Page 1 of 1

Y Axis Title

Posted: Wed Sep 14, 2011 9:44 am
by 15660116
If I set a manual scale, say 0 to 100 for x and y axes, the Y Axis Title overlaps on the Y Axis Labels. Auto scale works OK.
Chart1.jpg
Chart1.jpg (52.43 KiB) Viewed 6470 times

Re: Y Axis Title

Posted: Wed Sep 14, 2011 10:20 am
by 15660116
I am able to fix the problem by setting:
Points1.Chart.Axes.Bottom.Labels.RoundFirstLabel = True
Points1.Chart.Axes.Right.Labels.RoundFirstLabel = True
Points1.Chart.Axes.Left.Labels.RoundFirstLabel = True
Points1.Chart.Axes.Top.Labels.RoundFirstLabel = True

Re: Y Axis Title

Posted: Wed Sep 14, 2011 11:18 am
by 10050769
Hello lilo,

I am glad that you can find a solution for your problem :). On the other hand, can you tell us which version of TeeChart are you using?

Thanks,

Re: Y Axis Title

Posted: Wed Sep 14, 2011 11:18 pm
by 15660116
Steema TeeChart for .NET 2011 4.1.2011.07280 on Windows 7 64 bit

Re: Y Axis Title

Posted: Thu Sep 15, 2011 12:03 pm
by 10050769
Hello lilo,

Thanks for your information.

Thanks,