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 - [TF90016058] When you rotate the chart, the axes labels aren't correctly positione...
Summary: [TF90016058] When you rotate the chart, the axes labels aren't correctly posi...
Status: CONFIRMED
Alias: None
Product: PHP TeeChart
Classification: Unclassified
Component: Chart (show other bugs)
Version: unspecified
Hardware: All All
: Normal enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-01 12:16 EST by yeray alonso
Modified: 2013-11-20 12:03 EST (History)
0 users

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 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)]