NhlAddData

This function is used to add one or more additional data items to a plot. (See NhlAddData.)


Synopsis

	function NhlAddData( 
		dcomms[*] : graphic,
		res_name[1] : string,
		data_items[*] : graphic
	)

Arguments

dcomms
One or more DataComm instances.
res_name
A single-dimension string resource name to assign the data_item values to.
data_items
One or more DataItem instances to be added to each of the objects in the dcomms array.

Description

The NhlAddData function works like its HLU counterpart, with the following exceptions. One or more DataComm instances can be assigned data during a single call, and one or more DataItem instances can be assigned to each element of the dcomms array. Note that only one resource name is used, so all objects in the dcomms array must accept the same resource. The return value is a multi-dimensional array of references to data-specific objects created by the add data call. The output is dimensioned m x n, where m is the dimension size of dcomms, and n is the dimension size of data_items.

Reference Manual Control Panel

NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?


$Revision: 1.10 $ $Date: 1998/06/15 21:28:30 $