Click or drag to resize

XYZColumnPlotDataSetXBoundsFromTemplate Method

This sets the x boundary object to a object of the same type as val. The inner data of the boundary, if present, are copied into the new x 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 SetXBoundsFromTemplate(
	IPhysicalBoundaries val
)

Parameters

val  IPhysicalBoundaries
The template boundary object.
See Also