Hello,
the min and max haven"t good value when a serie is empty.
Min Max Axe X
Min Max Axe X
- Attachments
-
- Project5.dproj.zip
- (14.37 KiB) Downloaded 1633 times
Re: Min Max Axe X
Hello,
I'm not sure to see the problem. Could you please expand?
I'm not sure to see the problem. Could you please expand?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Min Max Axe X
Hello,
le graphic should start at Mar 1 instead of Feb 20.
There's no data between Feb 20 and Mar 1
le graphic should start at Mar 1 instead of Feb 20.
There's no data between Feb 20 and Mar 1
- Attachments
-
- PbAxes.png (45.39 KiB) Viewed 27917 times
Re: Min Max Axe X
I should have the same bottom axe value of the vlc graph.
- Attachments
-
- Graphe VCL.png (17.12 KiB) Viewed 27902 times
Re: Min Max Axe X
Hello,
I could reproduce the problem in a simple example so I've added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1853
As a workaround you can add this to manually set the axis range:
I could reproduce the problem in a simple example so I've added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1853
As a workaround you can add this to manually set the axis range:
Code: Select all
Chart1.axes.bottom.setMinMax(Series1.minXValue(), Series1.maxXValue());
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Min Max Axe X
The problem that causes the offset of the first plotted value in this chart is the presence of a second series that has no values; Series3.
If Series3 code is commented, or not added to the chart (until needed) then the plot is correct.
Regards,
Marc Meumann
If Series3 code is commented, or not added to the chart (until needed) then the plot is correct.
Regards,
Marc Meumann
Steema Support
Re: Min Max Axe X
An internal fix to the teeChart for javascript code to avoid this issue. It'll be made available with the next update (imminent).
Regards,
Marc
Regards,
Marc
Steema Support