![]() | Steema Issues DatabaseNote: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;otherwise you can use StackOverflow. Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy. |
Summary: | Setting AxisVisible = true causes Invalid floating point operation | ||
---|---|---|---|
Product: | VCL TeeChart | Reporter: | Stewart <stewart.gaskell> |
Component: | Chart | Assignee: | Steema Issue Manager <issuemanager> |
Status: | UNCONFIRMED --- | ||
Severity: | minor | CC: | yeray |
Priority: | Low | ||
Version: | 32.210430 | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Windows | ||
Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | RAD 12 Athens |
Description
Stewart
2024-09-02 11:36:09 EDT
We have found that setting altering the arithmetic exception flags is causing the issue. So, with exPrecision, and exInvalidOp set we see the Invalid floating point operation. Changing these flags to include exInvalidOp, exDenormalized, exUnderflow, exPrecision solves our problem If required, I can send a minimal C++ VCL application to demonstrate the issue. Indeed, a minimal example would help us to reproduce the problem and try to find if there's anything we can do to fix it. Thanks in advance. |