| AbsoluteStackTransformAddUp Method | 
Adds the y-values of a plot item to an array of y-values..
Namespace: Altaxo.Graph.Gdi.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic static AltaxoVariant[] AddUp(
	AltaxoVariant[]? yArray,
	Processed2DPlotData pdata
)
Parameters
- yArray  AltaxoVariant
- The y array to be added to. If null, a new array will be allocated (and filled with the y-values of the plot item).
- pdata  Processed2DPlotData
- The pdata.
Return Value
AltaxoVariantIf the parameter 
yArray was not null, then that 
yArray is returned. Otherwise the newly allocated array is returned.
 See Also
See Also