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 - [TV52015668] The gradient angle seems to be broken since v2010.00. In v8.08 the f...
Summary: [TV52015668] The gradient angle seems to be broken since v2010.00. In v8.08 t...
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Other Components (show other bugs)
Version: unspecified
Hardware: All All
: Normal major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-19 14:04 EDT by yeray alonso
Modified: 2013-11-20 10:37 EST (History)
0 users

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 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)]