Click or drag to resize

AbsoluteStackTransformAddUp Method

Adds the y-values of a plot item to an array of y-values..

Namespace: Altaxo.Graph.Gdi.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public 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

AltaxoVariant
If the parameter yArray was not null, then that yArray is returned. Otherwise the newly allocated array is returned.
See Also