Welcome to the NetCologne GmbH open source mirroring service!
	This machine mirrors various open-source projects.
	20 Gbit/s uplink.
	
	If there are any issues or you want another project mirrored, please contact
	mirror-service -=AT=- netcologne DOT de ! 
GraphElementGraphElement
Name
GraphElement --  Contains a set of related data for display.
Description
 A GraphElement accumulates a related set of data for display, including attributes for the set.
Methods
Phase: Creating
- +  createOwnerGraph: ownerGraph
- -  setOwnerGraph: ownerGraph
Phase: Using
- -  setWidth:-  (unsigned) w-  Set the line width of the element. 
- - (void) resetData-  Clear the data to be displayed. 
- - (void) addX:-  (double) x Y:-  (double) y-  Add a new data point. 
- - (void) setSymbolSize:-  (unsigned) size-  Set the symbol size in pixels. 
- - (void) setSymbol:-  (const char *) symbol-  Set the symbol for the element. 
- - (void) setDashes:-  (int) dashesVal-  Set the dash style, 0 means solid. 
- - (void) setColor:-  (const char *) colorName-  Set the color for the element. 
- - (void) setLabel:-  (const char *) label-  Set the label for the element. 
