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 583

Summary: zero only value series causing Axes to inhibit width allowance for Axis Title
Product: HTML5 JavaScript TeeChart Reporter: marc meumann <marc>
Component: AxesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: normal    
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: All   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description marc meumann 2014-02-19 03:57:23 EST
Adding Series with only zero values causes Axes calculations to incorrectly gauge "0" label width cutting the visible part of the Axis Title
Comment 1 marc meumann 2014-02-19 03:59:34 EST
Conversion to localestring of "0" value fools string width calculation where some axis labels may be more or less than zero and maintaining their format (eg. "0.01").

Width calculation modified to apply decimal format to zero string beofr making width calculation.