Click or drag to resize

TDGraphClassZValues Property

Gets or sets the collection of Z value arrays. Each entry represents one spectrum or series.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public List<double[]> ZValues { get; set; }

Property Value

ListDouble
See Also