problem with x axis time
-
- Newbie
- Posts: 36
- Joined: Mon Oct 24, 2016 12:00 am
problem with x axis time
Hi
using Delphi Berlin
I have found that when the time on the x axis has lots of nulls between new time labels
nothing is plotted for the time in the end
(i,e instead of repeating the same number, I have blanks in between)
the problem occurs when
this worked OK in Seattle
i have included a simple project which plots OK in seattle but not in berlin
thanks
Brian
using Delphi Berlin
I have found that when the time on the x axis has lots of nulls between new time labels
nothing is plotted for the time in the end
(i,e instead of repeating the same number, I have blanks in between)
the problem occurs when
this worked OK in Seattle
i have included a simple project which plots OK in seattle but not in berlin
thanks
Brian
- Attachments
-
- testgraph.zip
- (52.77 KiB) Downloaded 1045 times
Re: problem with x axis time
Hello,
I'm not sure to understand the problem here.
I'm getting the same result in both RAD 10 Seattle and in RAD 10.1 Berlin.
After one click on the button: After 2 clicks on the button:
I'm not sure to understand the problem here.
I'm getting the same result in both RAD 10 Seattle and in RAD 10.1 Berlin.
After one click on the button: After 2 clicks on the button:
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 36
- Joined: Mon Oct 24, 2016 12:00 am
Re: problem with x axis time
I didnt mean for you to do 2 clicks
(as the data is not cleared between clicks)
i have attached 2 screen shots, after clicking on button1 once
first is when using seattle, second using berlin
with berlin there is no time stamps on the x axis as there is with seattle (same code)
that is the problem
not sure how I could make it more clear
(as the data is not cleared between clicks)
i have attached 2 screen shots, after clicking on button1 once
first is when using seattle, second using berlin
with berlin there is no time stamps on the x axis as there is with seattle (same code)
that is the problem
not sure how I could make it more clear
- Attachments
-
- graph2.png (9.07 KiB) Viewed 26102 times
-
- graph1.png (10.47 KiB) Viewed 26106 times
-
- Newbie
- Posts: 36
- Joined: Mon Oct 24, 2016 12:00 am
Re: problem with x axis time
also just to add, that the behaviour as shown with seattle (i,e the axis labels being drawn) has always been the behaviour with eveyr Delphi version for me (for the data in the memo plotted)
but Berlin and the version of tchart pro I updated to for Berlin,changed that behaviour (as you can see in the screen shot)
but Berlin and the version of tchart pro I updated to for Berlin,changed that behaviour (as you can see in the screen shot)
Re: problem with x axis time
Hello,
Are you using the same TeeChart version in both IDEs?
Are you using the same TeeChart version in both IDEs?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 36
- Joined: Mon Oct 24, 2016 12:00 am
Re: problem with x axis time
yes
I have now upgraded to Berlin update 2
and the problem has resolved itself
for what ever reason
I have now upgraded to Berlin update 2
and the problem has resolved itself
for what ever reason
-
- Newbie
- Posts: 36
- Joined: Mon Oct 24, 2016 12:00 am
Re: problem with x axis time
but now I get the error
[dcc32 Fatal Error] Unit53.pas(9): F2051 Unit VCLTee.TeeTools was compiled with a different version of VCLTee.Series.TCustomSeries
when I add a tool (tcursor) to the Tchart
my library paths are correct in Berlin and I had removed the lite version from the package list
I seem to recall this happening before to a version of Delphi
I might have to un install and then re install tchart pro for Berlin?
[dcc32 Fatal Error] Unit53.pas(9): F2051 Unit VCLTee.TeeTools was compiled with a different version of VCLTee.Series.TCustomSeries
when I add a tool (tcursor) to the Tchart
my library paths are correct in Berlin and I had removed the lite version from the package list
I seem to recall this happening before to a version of Delphi
I might have to un install and then re install tchart pro for Berlin?
-
- Newbie
- Posts: 36
- Joined: Mon Oct 24, 2016 12:00 am
Re: problem with x axis time
I ran the installer again (without uninstalling) and that has fixed the above error
go figure as they say
go figure as they say
-
- Newbie
- Posts: 36
- Joined: Mon Oct 24, 2016 12:00 am
Re: problem with x axis time
but now I am back to the original problem again
if its not one thing , its the other
if its not one thing , its the other
Re: problem with x axis time
Hello,
I see the problem is not Seattle/Berlin. It's something in TeeChart that changed in v2016.19 to improve the drawing speed.
I see the problem is not Seattle/Berlin. It's something in TeeChart that changed in v2016.19 to improve the drawing speed.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 36
- Joined: Mon Oct 24, 2016 12:00 am
Re: problem with x axis time
Hi
that sounds like what the problem is
can you make that an option then?
that sounds like what the problem is
can you make that an option then?
Re: problem with x axis time
Hello,
The easiest option would be to use a TeeChart version prior to v2016.19. For Berlin, this means using v2016.18, if it fits your needs.
The easiest option would be to use a TeeChart version prior to v2016.19. For Berlin, this means using v2016.18, if it fits your needs.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 36
- Joined: Mon Oct 24, 2016 12:00 am
Re: problem with x axis time
Hi
yes, that would be good
are you able to email me a link to download and install that?
thanks
yes, that would be good
are you able to email me a link to download and install that?
thanks
-
- Newbie
- Posts: 36
- Joined: Mon Oct 24, 2016 12:00 am
Re: problem with x axis time
I see I can download that older version from the steema web site client access
doing that now
doing that now
-
- Newbie
- Posts: 36
- Joined: Mon Oct 24, 2016 12:00 am
Re: problem with x axis time
that fixed it