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 1226

Summary: FontColorSeries Legend property don't work.
Product: VCL TeeChart Reporter: sandra pazos <sandra>
Component: LegendAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED DUPLICATE    
Severity: major CC: gottkeha
Priority: High    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description sandra pazos 2015-06-05 08:13:32 EDT
The FontColorSeries don't work,basically, it isn't applied. The code below shows the problem: 
procedure TForm1.FormCreate(Sender: TObject);
begin
Series1.FillSampleValues(5);
Series2.FillSampleValues(5);
Chart1.Legend.FontSeriesColor:=true;
end;
Comment 1 sandra pazos 2015-08-07 11:08:34 EDT
*** Bug 1266 has been marked as a duplicate of this bug. ***
Comment 2 sandra pazos 2015-09-07 05:49:58 EDT

*** This bug has been marked as a duplicate of bug 977 ***