Page 1 of 1

Disabling gridlines

Posted: Mon Nov 24, 2008 7:59 am
by 15050891
Using Visual Studio 2008 C++ how would I disable the gridlines on a colorgrid plot?

Posted: Mon Nov 24, 2008 8:14 am
by narcis
Hi jacques,

You can do this:

Code: Select all

	m_Chart1.Series(0).GetAsColorGrid().GetPen().SetVisible(FALSE);