Hi!
I have a problem with HighLowSeries connected with custom vertical axis. Its interior is painted in wrong position on the chart.
1. I have one HighLowSeries type series with values in 0-1 range. Left axis is set to 0-2 range (first screen)
Then I clear the chart and add the same series but with its own vertical axis (range 0,1) (second screen)
The outline (blue) is painted in proper position but the interior (red) is painted in the position of the range of standard left axis (0-2) not the custom one.
2. When in the beginning I set left axis to 0-10 range. The result is as follows:
The outline (blue) is painted in proper position but the interior (red) is painted in the position of the range of standard left axis (0-10) not the custom one.
Painting problem with HighLowSeries connected with custom vertical axis
Painting problem with HighLowSeries connected with custom vertical axis
- Attachments
-
- Tee.zip
- (140.49 KiB) Downloaded 736 times
Re: Painting problem with HighLowSeries connected with custom vertical axis
Hello,
I've been able to reproduce the problem and already fixed it for the next maintenance release (#id=2271).
Since you own the sources, you can apply the fix and Recompile.
Open the unit ErrorBar.pas and replace all the "ParentChart.Axes.Bottom" occurrences by "GetHorizAxis" and "ParentChart.Axes.Left" by "GetVertAxis".
I've been able to reproduce the problem and already fixed it for the next maintenance release (#id=2271).
Since you own the sources, you can apply the fix and Recompile.
Open the unit ErrorBar.pas and replace all the "ParentChart.Axes.Bottom" occurrences by "GetHorizAxis" and "ParentChart.Axes.Left" by "GetVertAxis".
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |