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 1422

Summary: Calling clicked method for CustomPolar class always returns zero
Product: Java TeeChart Reporter: Jay Rinkel <jay.rinkel>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: minor CC: yeray
Priority: ---    
Version: 3.2015.0108   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: source code to demonstrate problem

Description Jay Rinkel 2016-01-28 18:16:36 EST
Created attachment 541 [details]
source code to demonstrate problem

The attached source code will cause version 3.2015.0108 to lock up during paint. After applying a patch to the Axis class (provided by Yeray Alonso described in bug 1421)  (http://bugs.teechart.net/show_bug.cgi?id=1421), for any given x,y pair within the polar plot circle the clicked method will always return 0, regardless of whether the coordinate intersects a point or not.

Within the provided source code, a comment block is provided of our work-around. This bug is also present in the 2013_1219 version of the TeeChart library for Swing.