Hi,
I have a graph control object and am having trouble setting the background colour to anything but white. When I set the backcolor property to red in the properties list it never persists, it always changes itself back to white. If I hard code it, something like
Me.AvGraphCtl3D.BackColor = RGB(255, 0, 0)
and draw a plot, it momentarily flashes red but then goes back to white. Any hints would be appreciated.
Pb