Page 1 of 1

BUG!!!

Posted: Wed Feb 08, 2023 8:30 am
by 16494694
Y1 series display error
1111.png
1111.png (12.08 KiB) Viewed 9182 times
Y2 series display ok
2222.png
2222.png (13.37 KiB) Viewed 9182 times
This is a bug?
Data in attachment.
3333.png
3333.png (153.04 KiB) Viewed 9182 times

Re: BUG!!!

Posted: Mon Feb 13, 2023 9:40 am
by yeray
Hello,

Try setting RoundFirstLabel to False:

Code: Select all

Chart1.Axes.Left.RoundFirstLabel:=False;

Re: BUG!!!

Posted: Wed Feb 15, 2023 1:12 am
by 16494694
This is a bug!

Re: BUG!!!

Posted: Wed Feb 15, 2023 1:09 pm
by yeray
Hello,

I can reproduce the same behaviour at least since v2012.05.
Has this ever worked as you'd expect?

Re: BUG!!!

Posted: Wed Feb 15, 2023 4:12 pm
by yeray
Hello,

I've just added it to the public tracker #2588, and already fix it.

Re: BUG!!!

Posted: Thu Feb 16, 2023 1:25 am
by 16494694
So, is this really a bug?

Re: BUG!!!

Posted: Thu Feb 16, 2023 7:47 am
by yeray
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.

Re: BUG!!!

Posted: Mon Feb 20, 2023 9:40 am
by 16494694
Y1 series display error
Y2 series display ok
Isn't this a bug?

Re: BUG!!!

Posted: Mon Feb 20, 2023 12:02 pm
by yeray
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
Project1_2023-02-20_13-00-09.png (15.7 KiB) Viewed 8946 times

The example after the changes;
Project1_2023-02-20_13-00-30.png
Project1_2023-02-20_13-00-30.png (15.29 KiB) Viewed 8946 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.

Re: BUG!!!

Posted: Tue Feb 21, 2023 3:24 am
by 16494694
I bought the pro version. What do you mean by TeeChart sources

Re: BUG!!!

Posted: Tue Feb 21, 2023 7:57 am
by yeray
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.

Re: BUG!!!

Posted: Wed Feb 22, 2023 12:42 am
by 16494694
When will the next version be released?

Re: BUG!!!

Posted: Thu Feb 23, 2023 10:50 am
by yeray
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.