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 1015 - Removing Panel Gradient and Back Wall Gradient at design time doesn't take effect
Summary: Removing Panel Gradient and Back Wall Gradient at design time doesn't take ef...
Status: RESOLVED FIXED
Alias: None
Product: ActiveX TeeChart
Classification: Unclassified
Component: Editors (show other bugs)
Version: TeeChart Pro Activex Control v2014 v2014.0.0.1 Release
Hardware: PC Windows
: Normal enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-17 06:00 EST by yeray alonso
Modified: 2016-04-20 08:19 EDT (History)
1 user (show)

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 2014-11-17 06:00:59 EST
If you open the editor at design time and you disable the gradients at Chart/Panel/Gradient or at Chart/Walls/Back/Pattern/Gradient you can see the changes at design time but these are lost when you run the application.
After stopping the the execution, back at design time, the gradients are active again.

Workaround: do it at runtime:

TChart1.Panel.Gradient.Visible = False
TChart1.Walls.Back.Gradient.Visible = False

Looks similar to this:
http://bugs.teechart.net/show_bug.cgi?id=777

It works fine in TeeChart VCL.
Comment 1 pep jorge 2016-04-20 08:19:48 EDT
Fixed for the next v2016.0.0.0