Click or drag to resize

IUnboundNumericScaleRescaleConditionsSetUserParameters Method

Sets the user-defined rescaling parameters.

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

Parameters

orgRescaling  BoundaryRescaling
The origin rescaling mode.
orgRelativeTo  BoundariesRelativeTo
The origin reference.
orgValue  AltaxoVariant
The origin value.
endRescaling  BoundaryRescaling
The end rescaling mode.
endRelativeTo  BoundariesRelativeTo
The end reference.
endValue  AltaxoVariant
The end value.
See Also