border to asPoint
Posted: Tue Mar 08, 2005 9:32 am
how do i set a border to a asPoint series using cpp code ?
thanks
thanks
Steema Software - Customer Support Forums
http://216.92.243.79/support/
Code: Select all
m_Chart1.Series(0).GetAsPoint().GetPointer().GetPen().SetWidth(5);