Disabling gridlines
Posted: Mon Nov 24, 2008 7:59 am
Using Visual Studio 2008 C++ how would I disable the gridlines on a colorgrid plot?
Steema Software - Customer Support Forums
http://216.92.243.79/support/
Code: Select all
m_Chart1.Series(0).GetAsColorGrid().GetPen().SetVisible(FALSE);