Click or drag to resize

XYZSurfacePlotItemSetYBoundsFromTemplate Method

Initializes the y bounds from a template boundary object.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetYBoundsFromTemplate(
	IPhysicalBoundaries val
)

Parameters

val  IPhysicalBoundaries
The template boundary object.
See Also