Click or drag to resize

GraphLayerIs3D Method

Determines whether any curve in the layer is a 3D plot.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool Is3D()

Return Value

Boolean
True if at least one curve is a 3D plot; otherwise false.
See Also