Click or drag to resize

TDGraphClassSpacePositionValues Property

Gets or sets the position in space that is associated with each spectrum. Only valid if this instance contains a TDSpaceTransformationClass.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PointD3D[,]? SpacePositionValues { get; set; }

Property Value

PointD3D
See Also