Hi all,

I am working on a graph program, all works well but i have decided to add a feature to change the colour scheme. how this will work (if it can be done) is the relevant brush is obtained from an array. So herein lies the problem i am having. some of these schemes contain image brushes, some are drawing brushes, some solid brushes and some gradient brushes. There doesn't seem to be any type for an array that will allow any kind of brush (thought brushes would work).

Anyone have a possible solution to this issue? maybe i can use strings and somehow use this?