Click or drag to resize

Log10ScaleProcessDataBounds(Double, Double, NumericScaleRescaleConditions) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Scales.Deprecated.Log10Scale.ProcessDataBounds(System.Double,System.Double,Altaxo.Graph.Scales.Rescaling.NumericScaleRescaleConditions)"]


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

Parameters

xorg  Double

[Missing <param name="xorg"/> documentation for "M:Altaxo.Graph.Scales.Deprecated.Log10Scale.ProcessDataBounds(System.Double,System.Double,Altaxo.Graph.Scales.Rescaling.NumericScaleRescaleConditions)"]

xend  Double

[Missing <param name="xend"/> documentation for "M:Altaxo.Graph.Scales.Deprecated.Log10Scale.ProcessDataBounds(System.Double,System.Double,Altaxo.Graph.Scales.Rescaling.NumericScaleRescaleConditions)"]

rescaling  NumericScaleRescaleConditions

[Missing <param name="rescaling"/> documentation for "M:Altaxo.Graph.Scales.Deprecated.Log10Scale.ProcessDataBounds(System.Double,System.Double,Altaxo.Graph.Scales.Rescaling.NumericScaleRescaleConditions)"]

See Also