Click or drag to resize

CumulativeProbabilityScaleRescaleConditionsSetUserParameters(BoundaryRescaling, BoundariesRelativeTo, Double, BoundaryRescaling, BoundariesRelativeTo, Double) Method

Sets user-provided rescaling parameters using numeric values and relative modes.

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

Parameters

orgRescaling  BoundaryRescaling
The origin rescaling mode.
orgRelativeTo  BoundariesRelativeTo
The reference used for the origin value.
orgValue  Double
The origin value.
endRescaling  BoundaryRescaling
The end rescaling mode.
endRelativeTo  BoundariesRelativeTo
The reference used for the end value.
endValue  Double
The end value.
See Also