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

Summary: EndColor in Bar Gradient is overwritten by SeriesColor
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: enhancement    
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=3&t=16497
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: test project

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.