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 953 - Issue with sample charts
Summary: Issue with sample charts
Status: RESOLVED FIXED
Alias: None
Product: Java TeeChart
Classification: Unclassified
Component: Chart Tools (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-08 09:01 EDT by alex
Modified: 2016-02-08 06:23 EST (History)
2 users (show)

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


Attachments
screenshot with bug (72.18 KB, image/jpeg)
2014-10-08 09:02 EDT, alex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alex 2014-10-08 09:01:01 EDT
When you click the Add button the TeeChart Gallery is opened. And if you click there the "View 3D" check box several times the sample charts will be broken. And the descriptions will be smoothed. See screen shot
Comment 1 alex 2014-10-08 09:02:19 EDT
Created attachment 301 [details]
screenshot with bug
Comment 2 yeray alonso 2016-02-08 06:16:41 EST
Another customer reported the same here:
http://stackoverflow.com/questions/35228730/how-to-force-teechart-gallery-repaintswing
Comment 3 yeray alonso 2016-02-08 06:23:11 EST
For those with the sources, the fix consists on two small changes:

- Remove this line from GalleryChart constructor in GalleryChart.java:

        getPanel().setColor(Color.TRANSPARENT);

- Remove this line from createChart method in GalleryPanel.java:

        result.setOpaque(false);