graph control background colour

graph control background colour

Аватар пользователя philb@philbrierley.com

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


2 posts / 0 новое
Последнее сообщение
Пожалуйста, обратитесь к странице Уведомление об оптимизации для более подробной информации относительно производительности и оптимизации в программных продуктах компании Intel.
Аватар пользователя philb@philbrierley.com

OK, I figured out the graph control backcolor is actually driven by the form backcolor. The problem now is if I let the user select the form backcolour, the graph backcolor always remains the forms design time color rather than runtime color. Any clues?


I guess this will never get resolved as array visualizer has essentially died a death, which is a pity as it was the only reason I purchased the compiler.

Зарегистрируйтесь, чтобы оставить комментарий.