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 688 - Labels Rotation offsets aren't perfectly calculated
Summary: Labels Rotation offsets aren't perfectly calculated
Status: RESOLVED FIXED
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: 2014-03-31 08:10 EDT by yeray alonso
Modified: 2014-04-15 07:57 EDT (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yeray alonso 2014-03-31 08:10:21 EDT
function draw() {
  Chart1=new Tee.Chart("canvas1");
  
  s = new Tee.Bar().addRandom();
  Chart1.addSeries(s);
  
  Chart1.axes.bottom.labels.rotation = 90;
  Chart1.axes.left.labels.rotation = 90;
  
  Chart1.draw();
}
Comment 1 marc meumann 2014-04-15 07:57:09 EDT
Fixed for inclusion in next update.