Hi How do do that?
I tried tmpBarSeries.Pen.Style:= psDots but i doesnt work.
Thanks
Lasse
How to programmically set the border in a TBarSeries?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Lasse,
You need to use psDot instead of psDots (ending "s" not necessery). It works fine here using:
You need to use psDot instead of psDots (ending "s" not necessery). It works fine here using:
Code: Select all
tmpBarSeries.Pen.Style:=psDot;
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 |