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 971

Summary: Transparent LegendPalette renders text wrongly
Product: .NET TeeChart Reporter: narcís calvet <narcis>
Component: TranslationAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: minor CC: chris
Priority: ---    
Version: TeeChart.NET 2014 4.1.2014.02060   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description narcís calvet 2014-10-17 09:55:07 EDT
if I set legendPalette1.Transparent = true; the font at the legend palette looks bold? This can be reproduced with this code:

      tChart1.Series.Add(new ColorGrid()).FillSampleValues();
      Steema.TeeChart.Tools.LegendPalette legendPalette1 = new LegendPalette(tChart1.Chart);
      legendPalette1.Series = tChart1[0];
      legendPalette1.Transparent = true;

Sample images at http://www.teechart.net/support/viewtopic.php?f=4&t=15230&p=67539#p67539