namespace

GMMorris

Well-known member
Joined
Feb 28, 2004
Messages
61
Hi,

Ive made sevral controls which are used to display data graphically such as Charts and Diagrams. The problem is I cant 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.
(Id usually pick a long descriptive name since Ill rarely be having to type it out thanks to Intellisense)
 
Im actually using Diagnostics at the moment, since a few of the classea have the word Diagram already in them.

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