Click or drag to resize

Log10ScaleProcessDataBounds(Double, Double, NumericScaleRescaleConditions) Method

Updates the scale from data bounds and the specified rescaling conditions.

Namespace: Altaxo.Graph.Scales.Deprecated
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ProcessDataBounds(
	double xorg,
	double xend,
	NumericScaleRescaleConditions rescaling
)

Parameters

xorg  Double
The lower data bound.
xend  Double
The upper data bound.
rescaling  NumericScaleRescaleConditions
The rescaling conditions to apply.
See Also