TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
-
- Newbie
- Posts: 27
- Joined: Wed Nov 09, 2022 12:00 am
Post
by » Wed Feb 08, 2023 8:30 am
Y1 series display error
- 1111.png (12.08 KiB) Viewed 16670 times
Y2 series display ok
- 2222.png (13.37 KiB) Viewed 16670 times
This is a bug?
Data in attachment.
- 3333.png (153.04 KiB) Viewed 16670 times
-
Attachments
-
- data.zip
- (1.51 KiB) Downloaded 831 times
-
Yeray
- Site Admin
- Posts: 9612
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Mon Feb 13, 2023 9:40 am
Hello,
Try setting
RoundFirstLabel
to
False
:
Code: Select all
Chart1.Axes.Left.RoundFirstLabel:=False;
-
- Newbie
- Posts: 27
- Joined: Wed Nov 09, 2022 12:00 am
Post
by » Wed Feb 15, 2023 1:12 am
This is a bug!
-
Yeray
- Site Admin
- Posts: 9612
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Wed Feb 15, 2023 1:09 pm
Hello,
I can reproduce the same behaviour at least since v2012.05.
Has this ever worked as you'd expect?
-
Yeray
- Site Admin
- Posts: 9612
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Wed Feb 15, 2023 4:12 pm
Hello,
I've just added it to the public tracker
#2588, and already fix it.
-
- Newbie
- Posts: 27
- Joined: Wed Nov 09, 2022 12:00 am
Post
by » Thu Feb 16, 2023 1:25 am
So, is this really a bug?
-
Yeray
- Site Admin
- Posts: 9612
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Thu Feb 16, 2023 7:47 am
Hello,
That depends on the description of the term "bug".
If you consider a "bug" is a functionality that changed its behaviour from output A to output B where A was the output a user expected, then this isn't a bug.
If you consider a "bug" is a functionality that doesn't work as a user expects, even if the program/library was never able or designed do it, then this is a bug.
But yes, we try to document both situations in bugzilla.
-
- Newbie
- Posts: 27
- Joined: Wed Nov 09, 2022 12:00 am
Post
by » Mon Feb 20, 2023 9:40 am
Y1 series display error
Y2 series display ok
Isn't this a bug?
-
Yeray
- Site Admin
- Posts: 9612
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Mon Feb 20, 2023 12:02 pm
Hello,
The
#2588 ticket is closed and the code is in the internal sources.
The example before the changes:
- Project1_2023-02-20_13-00-09.png (15.7 KiB) Viewed 16434 times
The example after the changes;
- Project1_2023-02-20_13-00-30.png (15.29 KiB) Viewed 16434 times
I believe you don't have TeeChart sources so I'm afraid you'll have to wait the next release. It should work as you expected.
-
- Newbie
- Posts: 27
- Joined: Wed Nov 09, 2022 12:00 am
Post
by » Tue Feb 21, 2023 3:24 am
I bought the pro version. What do you mean by TeeChart sources
-
Yeray
- Site Admin
- Posts: 9612
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Tue Feb 21, 2023 7:57 am
Hello,
The commercial versions include:
- TeeChart Standard (binary)
- TeeChart Standard with sources
- TeeChart Pro (binary)
- TeeChart Pro with sources
https://www.steema.com/product/vcl#pricing
The binary versions don't include TeeChart sources. The versions including sources can be modified by customers to fit their needs.
We use to explain what changes to apply to the sources to fix small issues to customers owning the sources so they can take advantage of it without having to wait for the next maintenance release.
-
- Newbie
- Posts: 27
- Joined: Wed Nov 09, 2022 12:00 am
Post
by » Wed Feb 22, 2023 12:42 am
When will the next version be released?
-
Yeray
- Site Admin
- Posts: 9612
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Thu Feb 23, 2023 10:50 am
Hello,
I'm afraid I can't tell you when the next maintenance release will be published. We'll try to publish TeeChart VCL versions quarterly.