Click or drag to resize

NumericScaleRescaleConditionsSetUserParameters(BoundaryRescaling, BoundariesRelativeTo, Double, BoundaryRescaling, BoundariesRelativeTo, Double) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Scales.Rescaling.NumericScaleRescaleConditions.SetUserParameters(Altaxo.Graph.Scales.Rescaling.BoundaryRescaling,Altaxo.Graph.Scales.Rescaling.BoundariesRelativeTo,System.Double,Altaxo.Graph.Scales.Rescaling.BoundaryRescaling,Altaxo.Graph.Scales.Rescaling.BoundariesRelativeTo,System.Double)"]


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

Parameters

orgRescaling  BoundaryRescaling

[Missing <param name="orgRescaling"/> documentation for "M:Altaxo.Graph.Scales.Rescaling.NumericScaleRescaleConditions.SetUserParameters(Altaxo.Graph.Scales.Rescaling.BoundaryRescaling,Altaxo.Graph.Scales.Rescaling.BoundariesRelativeTo,System.Double,Altaxo.Graph.Scales.Rescaling.BoundaryRescaling,Altaxo.Graph.Scales.Rescaling.BoundariesRelativeTo,System.Double)"]

orgRelativeTo  BoundariesRelativeTo

[Missing <param name="orgRelativeTo"/> documentation for "M:Altaxo.Graph.Scales.Rescaling.NumericScaleRescaleConditions.SetUserParameters(Altaxo.Graph.Scales.Rescaling.BoundaryRescaling,Altaxo.Graph.Scales.Rescaling.BoundariesRelativeTo,System.Double,Altaxo.Graph.Scales.Rescaling.BoundaryRescaling,Altaxo.Graph.Scales.Rescaling.BoundariesRelativeTo,System.Double)"]

orgValue  Double

[Missing <param name="orgValue"/> documentation for "M:Altaxo.Graph.Scales.Rescaling.NumericScaleRescaleConditions.SetUserParameters(Altaxo.Graph.Scales.Rescaling.BoundaryRescaling,Altaxo.Graph.Scales.Rescaling.BoundariesRelativeTo,System.Double,Altaxo.Graph.Scales.Rescaling.BoundaryRescaling,Altaxo.Graph.Scales.Rescaling.BoundariesRelativeTo,System.Double)"]

endRescaling  BoundaryRescaling

[Missing <param name="endRescaling"/> documentation for "M:Altaxo.Graph.Scales.Rescaling.NumericScaleRescaleConditions.SetUserParameters(Altaxo.Graph.Scales.Rescaling.BoundaryRescaling,Altaxo.Graph.Scales.Rescaling.BoundariesRelativeTo,System.Double,Altaxo.Graph.Scales.Rescaling.BoundaryRescaling,Altaxo.Graph.Scales.Rescaling.BoundariesRelativeTo,System.Double)"]

endRelativeTo  BoundariesRelativeTo

[Missing <param name="endRelativeTo"/> documentation for "M:Altaxo.Graph.Scales.Rescaling.NumericScaleRescaleConditions.SetUserParameters(Altaxo.Graph.Scales.Rescaling.BoundaryRescaling,Altaxo.Graph.Scales.Rescaling.BoundariesRelativeTo,System.Double,Altaxo.Graph.Scales.Rescaling.BoundaryRescaling,Altaxo.Graph.Scales.Rescaling.BoundariesRelativeTo,System.Double)"]

endValue  Double

[Missing <param name="endValue"/> documentation for "M:Altaxo.Graph.Scales.Rescaling.NumericScaleRescaleConditions.SetUserParameters(Altaxo.Graph.Scales.Rescaling.BoundaryRescaling,Altaxo.Graph.Scales.Rescaling.BoundariesRelativeTo,System.Double,Altaxo.Graph.Scales.Rescaling.BoundaryRescaling,Altaxo.Graph.Scales.Rescaling.BoundariesRelativeTo,System.Double)"]

See Also