Click or drag to resize

LogarithmicScaleRescaleConditionsGetOrgValueToShowInDialog Method

Gets the origin value to display in the rescaling dialog.

Namespace: Altaxo.Graph.Scales.Rescaling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double GetOrgValueToShowInDialog(
	double currentResultingOrg
)

Parameters

currentResultingOrg  Double
The currently resulting origin value.

Return Value

Double
The origin value that should be shown to the user.
See Also