Hello all,
I'm a begginer using TChat and I have a problem regarding the scale of the chart.
I joined a snapshot of my two issues.
- The text over the lines of the first chart is not properly displayed
- The extremums of the curve of the second chart are a little bit cut.
I cannot find the option or property that fix that problem ...
Issues when displaying the chart
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Issues when displaying the chart
Hi flzox,
Try setting top margin, for example:- The text over the lines of the first chart is not properly displaye
Code: Select all
tChart1.Panel.MarginTop = 10;
You can set axis offsets, for example:- The extremums of the curve of the second chart are a little bit cut.
Code: Select all
tChart1.Axes.Left.MinimumOffset = 50;
tChart1.Axes.Left.MaximumOffset = 50;
Best Regards,
Narcís Calvet / 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: Issues when displaying the chart
Hi Narcis,
thank you for your answer but ... but it doesn't work for me.
resizes the panel containing the chart, but not the chart inside this panel.
It has no impact on the chart.
Any suggestion ?
thank you for your answer but ... but it doesn't work for me.
Code: Select all
tChart1.Panel.MarginTop = 10;
Code: Select all
tChart1.Axes.Left.MinimumOffset = 50;
tChart1.Axes.Left.MaximumOffset = 50;
Any suggestion ?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Issues when displaying the chart
Hi flzox,
Please attach a simple example project with which we can reproduce your problem here so that we can provide more accurate answers. Also please let us know the exact TeeChart version you are using.
Thanks in advance.
Please attach a simple example project with which we can reproduce your problem here so that we can provide more accurate answers. Also please let us know the exact TeeChart version you are using.
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 |
Instructions - How to post in this forum |