Page 1 of 1

border to asPoint

Posted: Tue Mar 08, 2005 9:32 am
by 9078764
how do i set a border to a asPoint series using cpp code ?

thanks

Posted: Tue Mar 08, 2005 10:01 am
by narcis
Hi Zoe@Oblicore,

You can use:

Code: Select all

m_Chart1.Series(0).GetAsPoint().GetPointer().GetPen().SetWidth(5);

Posted: Tue Mar 08, 2005 11:20 am
by 9078764
using this along with PutVisible, fixed it, thanks