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 309

Summary: [TV52015668] The gradient angle seems to be broken since v2010.00. In v8.08 the f...
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: Other ComponentsAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: major    
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2013-11-20 10:37:43 EST
The gradient angle seems to be broken since v2010.00.
In v8.08 the following code works fine:
  Series1:=Chart1.AddSeries(TBarSeries) as TBarSeries;
  Series1.FillSampleValues();
  Series1.BarStyle:=bsRectGradient;
  Series1.Gradient.Angle:=90;
With v2010.00 and up the gradient is still from top to bottom while in v8.08 goes from right to left.
http://www.teechart.net/support/viewtopic.php?f=3&t=12473&view=unread#unread [created:2011-07-19T13:04:34.000+01:00 reported by:yeray@steema.com reported in version:2011.03.30407 (TeeChart VCL)]