Click or drag to resize

NumericScaleRescaleConditionsSetUserParameters(BoundaryRescaling, Double, BoundaryRescaling, Double) Method

Sets user-provided rescaling parameters using absolute numeric values.

Namespace: Altaxo.Graph.Scales.Rescaling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void SetUserParameters(
	BoundaryRescaling orgRescaling,
	double orgValue,
	BoundaryRescaling endRescaling,
	double endValue
)

Parameters

orgRescaling  BoundaryRescaling
The origin rescaling mode.
orgValue  Double
The origin value.
endRescaling  BoundaryRescaling
The end rescaling mode.
endValue  Double
The end value.
See Also