namespace

GMMorris

Regular
Joined
Feb 28, 2004
Messages
61
Hi,

I've made sevral controls which are used to display data graphically such as Charts and Diagrams. The problem is I can't find a name for the namespace to contain them, any ideas?

It needs to be a word which describes controls of this type, same way a form element would be placed under Windows.Forms.
Ideas?
 
Something descriptive like:
GraphicalDataDisplayControls

or something short like:
Diagrams.
(I'd usually pick a long descriptive name since I'll rarely be having to type it out thanks to Intellisense)
 
I'm actually using Diagnostics at the moment, since a few of the classea have the word Diagram already in them.

But thinking about it, Diagnostics isn't really the same thing, is it?
 
well, thats no good, because it isn't about the graphics, but rather the display of data graphically.
 
Back
Top