With TChart AX 7 the background of Marks seems to be transparent all the time. I can't make the background of the Mark into a non-see-through color. In earlier versions of TChart the Marks were opaque. Now you can't read their value because they are transparent and they get mixed with the Chart background. Any ideas would be appreciated.
Thanks,
Bob
Transparent Marks only?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Bob,
I'm not able to reproduce what you report here and using latest Teechart version available (v7.0.0.4). However you could try using:
If it doesn't work for you could you please send us an example we can run "as-is" or give us more detailed instructions on how to reproduce this problem here?
You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.
I'm not able to reproduce what you report here and using latest Teechart version available (v7.0.0.4). However you could try using:
Code: Select all
With TChart1.Series(0).Marks
.Color = vbRed
.Transparency = 50
.Transparent = False
End With
You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |