Click or drag to resize

ScaleWithTicksControllerEhView_LinkTargetChanged Method

Handles changes to the selected link target.

Namespace: Altaxo.Gui.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhView_LinkTargetChanged(
	Scale? selectedScale
)

Parameters

selectedScale  Scale
The selected target scale, or to remove the link.
See Also