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 980 - TextFormat.Html not working
Summary: TextFormat.Html not working
Status: RESOLVED WONTFIX
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Tools (show other bugs)
Version: TeeChart.NET 2014 4.1.2014.02060
Hardware: PC Windows
: --- normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-24 09:58 EDT by narcís calvet
Modified: 2014-11-03 08:44 EST (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-24 09:58:24 EDT
Using TextFormat.Html is not working, for example:

      Annotation annotation1 = new Annotation(tChart1.Chart);
 
      annotation1.Shape.TextFormat = Steema.TeeChart.Drawing.TextFormat.Html;
      annotation1.Shape.Text =  "<h1>hello</h1>";