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 1632

Summary: An axis increment <> 0 gives overlapping axis labels
Product: HTML5 JavaScript TeeChart Reporter: yeray alonso <yeray>
Component: AxesAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: enhancement    
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=18&t=16258#p72306
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: test project

Description yeray alonso 2016-09-16 04:54:48 EDT
Created attachment 643 [details]
test project

In TeeChart HTML5, when you set an axis increment, this increment will be used even if the axis labels overlap.

In TeeChart VCL, when you set an axis increment, CalcIncrement function uses it to calculate the minimum increment without overlapping.

Then, exporting a TeeChart VCL to HTML5 may led in overlapping axis labels.