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 411

Summary: [TF90016058] When you rotate the chart, the axes labels aren't correctly positione...
Product: PHP TeeChart Reporter: yeray alonso <yeray>
Component: ChartAssignee: 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:

Description yeray alonso 2013-11-20 12:03:16 EST
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)]