Click or drag to resize

XYZDensityImagePlotItemSetXBoundsFromTemplate Method

Initializes the x bounds from a template boundary object.

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

Parameters

val  IPhysicalBoundaries
The template boundary object.
See Also