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 - Calling clicked method for CustomPolar class always returns zero
Summary: Calling clicked method for CustomPolar class always returns zero
Status: RESOLVED FIXED
Alias: None
Product: Java TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: 3.2015.0108
Hardware: PC Windows
: --- minor
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-28 18:16 EST by Jay Rinkel
Modified: 2016-02-17 06:47 EST (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments
source code to demonstrate problem (5.04 KB, text/plain)
2016-01-28 18:16 EST, Jay Rinkel
Details

Note You need to log in before you can comment on or make changes to this bug.
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.