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.
Y Axis Title
Re: Y Axis Title
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
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
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,
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,
Best Regards,
Sandra Pazos / 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 |
Re: Y Axis Title
Steema TeeChart for .NET 2011 4.1.2011.07280 on Windows 7 64 bit
Re: Y Axis Title
Hello lilo,
Thanks for your information.
Thanks,
Thanks for your information.
Thanks,
Best Regards,
Sandra Pazos / 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 |