how do i set a border to a asPoint series using cpp code ?
thanks
border to asPoint
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Zoe@Oblicore,
You can use:
You can use:
Code: Select all
m_Chart1.Series(0).GetAsPoint().GetPointer().GetPen().SetWidth(5);
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 |
-
- Newbie
- Posts: 12
- Joined: Fri Nov 15, 2002 12:00 am