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 1945

Summary: Added support for HTML in Annotation tool.
Product: HTML5 JavaScript TeeChart Reporter: Sergi <sergi>
Component: ToolsAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement CC: marc
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description Sergi 2017-11-16 06:45:57 EST
Added support for HTML in Annotation tool.
It can be used setting annotation.isDom = true.
Dom Annotation contains a.domStyle, is an string type, and it is the css of the Annotation.
In the text you can input html elements like <img>, <table>...
And finally there are two functions(a.getWidth(), a.getHeight()) that returns the width and the height of the Annotation.