Click or drag to resize

ScaleWithTicksController Constructor

Initializes a new instance of the ScaleWithTicksController class.

Namespace: Altaxo.Gui.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ScaleWithTicksController(
	Action<Scale> SetNewScaleInstance,
	bool hideLinkTargets
)

Parameters

SetNewScaleInstance  ActionScale
Procedure that sets the scale in the parent instance (in case the scale type is changed by the user so that a new scale instance must be instantiated).
hideLinkTargets  Boolean
If set to true, the link targets will be hidden, so that the user can not setup a linked scale.
See Also