Click or drag to resize

LinkedScaleParametersSetTo(Double, Double, Double, Double) Method

Set all parameters of the axis link by once.

Namespace: Altaxo.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetTo(
	double orgA,
	double orgB,
	double endA,
	double endB
)

Parameters

orgA  Double
The value a of x-axis link for link of axis origin: org' = a + b*org.
orgB  Double
The value b of x-axis link for link of axis origin: org' = a + b*org.
endA  Double
The value a of x-axis link for link of axis end: end' = a + b*end.
endB  Double
The value b of x-axis link for link of axis end: end' = a + b*end.
See Also