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 1167

Summary: PieMarks LegSize doesn't work properly
Product: Java TeeChart Reporter: yeray alonso <yeray>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: enhancement    
Priority: ---    
Version: 3.2015.0108   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2015-03-12 11:06:59 EDT
This incremetns the length of the Mark Arrow/Callout, but doesn't draw it in a right angle (90ยบ):

        Pie  pie1 = new Pie(tChart1.getChart()); 
        pie1.fillSampleValues();
        pie1.setCircled(true);
        pie1.getMarksPie().setLegSize(20);