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 1823 - EndColor in Bar Gradient is overwritten by SeriesColor
Summary: EndColor in Bar Gradient is overwritten by SeriesColor
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-24 06:23 EDT by yeray alonso
Modified: 2017-03-24 06:23 EDT (History)
0 users

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


Attachments
test project (2.18 KB, application/x-zip-compressed)
2017-03-24 06:23 EDT, yeray alonso
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yeray alonso 2017-03-24 06:23:53 EDT
Created attachment 741 [details]
test project

I've made a Bar Gradient tester project to check several situations.

The gradient we create ends with clRed but this value is overwritten by SeriesColor (or by the ValueColor when ColorEach).

The same happens in the Gradient Editor. Modifying the EndColor has no effect.
The only way to modify it is by changing the Series Color.

We could force the EndColor to be used instead of using the Series Color, or we could change the Series Color when the Gradient EndColor is modified; at least when ColorEach is false.