Click or drag to resize

NumericalBoundariesShift Method

Manipulates the boundaries by shifting them by a certain amount. Don't use this function unless you are absoluteley sure what you do. This function is intended for coordinate transforming styles only.

Namespace: Altaxo.Graph.Scales.Boundaries
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Shift(
	double amount
)

Parameters

amount  Double
The amount by which to shift the boundaries.
See Also