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 - PieMarks LegSize doesn't work properly
Summary: PieMarks LegSize doesn't work properly
Status: CONFIRMED
Alias: None
Product: Java TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: 3.2015.0108
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-12 11:06 EDT by yeray alonso
Modified: 2015-03-12 11:06 EDT (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 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);