![]() | Steema Issues DatabaseNote: 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. |
| Summary: | Labels Rotation offsets aren't perfectly calculated | ||
|---|---|---|---|
| Product: | HTML5 JavaScript TeeChart | Reporter: | yeray alonso <yeray> |
| Component: | Axes | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | basset3, marc |
| Priority: | --- | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| URL: | http://www.teechart.net/support/viewtopic.php?f=18&t=14813 | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
Fixed for inclusion in next update. |
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(); }