How can I get access to Series->Marks->Text->Emboss from C++

TeeChart for ActiveX, COM and ASP
Post Reply
jhameenniemi
Newbie
Newbie
Posts: 17
Joined: Mon Apr 15, 2013 12:00 am

How can I get access to Series->Marks->Text->Emboss from C++

Post by jhameenniemi » Thu Nov 14, 2013 8:21 am

TeeChart Pro v.2013.0.1.0 and MS VC++ 2010.

How can I get access to Series->Marks->Text->Emboss from C++? series.GetMarks().GetFont() has GetShadow(), GetOutline(), etc. but not GetEmboss(). series.GetMarks() has GetEmboss() but that's Series->Marks->Emboss i.e. not what I need.
Emboss.png
Emboss.png (40.98 KiB) Viewed 7173 times
Thanks.

BR,

Tero

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: How can I get access to Series->Marks->Text->Emboss from C++

Post by Narcís » Thu Nov 14, 2013 9:06 am

Hi Tero,

This is a bug. I have added it (ID99) to bugzilla to be fixed for next releases. If you sign up in bugzilla you can track its progress including your email at the CC List.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply