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 - Transparent LegendPalette renders text wrongly
Summary: Transparent LegendPalette renders text wrongly
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Translation (show other bugs)
Version: TeeChart.NET 2014 4.1.2014.02060
Hardware: PC Windows
: --- minor
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-17 09:55 EDT by narcís calvet
Modified: 2014-10-27 06:57 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 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