![]() | 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: | [TF90016058] When you rotate the chart, the axes labels aren't correctly positione... | ||
|---|---|---|---|
| Product: | PHP TeeChart | Reporter: | yeray alonso <yeray> |
| Component: | Chart | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | CONFIRMED --- | ||
| Severity: | enhancement | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
When you rotate the chart, the axes labels aren't correctly positioned $chart1->getAspect()->setOrthogonal(false); $chart1->getAspect()->setChart3DPercent(100); $chart1->getAspect()->setZoom(75); $chart1->getAspect()->setRotation(50); for($i=0; $i<3; $i++) { $area=new Area($chart1->getChart()); $area->fillSampleValues(5); $area->setTransparency(50); } [created:2012-03-01T12:16:14.000+01:00 reported by:yeray@steema.com reported in version:TeeChart for PHP 1.7 (TeeChart PHP)]