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 - An axis increment <> 0 gives overlapping axis labels
Summary: An axis increment <> 0 gives overlapping axis labels
Status: CONFIRMED
Alias: None
Product: HTML5 JavaScript TeeChart
Classification: Unclassified
Component: Axes (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-16 04:54 EDT by yeray alonso
Modified: 2016-09-16 04:54 EDT (History)
0 users

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


Attachments
test project (3.21 KB, application/x-zip-compressed)
2016-09-16 04:54 EDT, yeray alonso
Details

Note You need to log in before you can comment on or make changes to this bug.
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.