Click or drag to resize

LinkedScaleSetLinkParameter Method

Set all parameters of the axis link by once.

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

Parameters

linktype  ScaleLinkType
The type of the axis link, i.e. None, Straight or Custom.
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