Search found 4 matches

by BMR
Thu Dec 15, 2016 3:06 pm
Forum: .NET
Topic: Annotation with styles
Replies: 7
Views: 13950

Re: Annotation with styles

I appreciate your quick help. Since I only need to handle bold and normal text I also overrode CalcTempWidth(Graphics3D g, string tmp, out int NumLines) method and now it looks almost OK - still not quite sure why there is such a big space between normal and bold text, because there is only one spac...
by BMR
Thu Dec 15, 2016 11:58 am
Forum: .NET
Topic: Annotation with styles
Replies: 7
Views: 13950

Re: Annotation with styles

Sorry, I didn't wrote it clearly.
Images I posted are what it looks like if I set ClipText = false. If I set ClipText = true, the size of the Annotation is same, but the text is clipped, so it looks like this:
Image

Martin
by BMR
Thu Dec 15, 2016 10:03 am
Forum: .NET
Topic: Annotation with styles
Replies: 7
Views: 13950

Re: Annotation with styles

Hello Christopher, thank you for your quick reply. I didn't notice that I had old version of TeeChart in that project (from 2013) and html was not working in that version - it even didn't have TextOut method with five parameters. Now I have problem with auto width. If I have normal and bold text on ...
by BMR
Wed Dec 14, 2016 11:38 am
Forum: .NET
Topic: Annotation with styles
Replies: 7
Views: 13950

Annotation with styles

Hello, is there some way how to create Annotation with styled text? I think that it could be enough mix of normal and bold text. I have several lines in the Annotation and I want to stress the most important things. can you please provide me some example how to do it? I thought about creating my own...