Steema Issues Database

Note: 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.



Bug 1825 - Invert scale not working with scale values lower then zero.
Summary: Invert scale not working with scale values lower then zero.
Status: RESOLVED FIXED
Alias: None
Product: HTML5 JavaScript TeeChart
Classification: Unclassified
Component: Axes (show other bugs)
Version: 2015.05.02.1.8
Hardware: PC Windows
: --- major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-27 09:52 EDT by Alexander Cosman
Modified: 2018-03-02 05:03 EST (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments
Result of incorrect scale (113.26 KB, image/png)
2017-03-27 09:52 EDT, Alexander Cosman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Cosman 2017-03-27 09:52:08 EDT
Created attachment 743 [details]
Result of incorrect scale

This can be simulated very easily with your demos of the gauge.

In the following situation everything works fine:
 - gauge.min: 0
 - gauge.max: 100
 - gauge.inverted: true

But with the following values, it doesn't work (incorrect range):
 - gauge.min: -50
 - gauge.max: 100
 - gauge.inverted: true

Now we see a gauge with a scale starting at 150 and going to 0 (instead of the correct 100 to -50) 

You can see the result in the attachment.