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 1433

Summary: The area gradient isn’t shown in the legend symbols.
Product: VCL TeeChart Reporter: sandra pazos <sandra>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: normal CC: marc
Priority: Normal    
Version: 150901   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description sandra pazos 2016-02-09 07:19:58 EST
The area gradient isn’t shown in the legend symbol. The gradient is only visible in the legend symbol, if you do visible the series pointer  and sets the gradient pointer to true. The same occurs in .Net . The code below shows 
the problem:

Chart1.View3D := false;
Series1.FillSampleValues(10);
Series1.Gradient.Visible := true;