Click or drag to resize

XYZColumnPlotDataSetYBoundsFromTemplate Method

This sets the y boundary object to a object of the same type as val. The inner data of the boundary, if present, are copied into the new y boundary object.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void SetYBoundsFromTemplate(
	IPhysicalBoundaries val
)

Parameters

val  IPhysicalBoundaries
The template boundary object.
See Also