border to asPoint

TeeChart for ActiveX, COM and ASP
Post Reply
Zoe@Oblicore
Newbie
Newbie
Posts: 12
Joined: Fri Nov 15, 2002 12:00 am

border to asPoint

Post by Zoe@Oblicore » Tue Mar 08, 2005 9:32 am

how do i set a border to a asPoint series using cpp code ?

thanks

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

Post by Narcís » Tue Mar 08, 2005 10:01 am

Hi Zoe@Oblicore,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Zoe@Oblicore
Newbie
Newbie
Posts: 12
Joined: Fri Nov 15, 2002 12:00 am

Post by Zoe@Oblicore » Tue Mar 08, 2005 11:20 am

using this along with PutVisible, fixed it, thanks

Post Reply