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 - FontColorSeries Legend property don't work.
Summary: FontColorSeries Legend property don't work.
Status: RESOLVED DUPLICATE of bug 977
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Legend (show other bugs)
Version: unspecified
Hardware: PC Windows
: High major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
: 1266 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-06-05 08:13 EDT by sandra pazos
Modified: 2015-09-07 05:49 EDT (History)
1 user (show)

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 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 ***