ScaleWithTicksController Constructor |
Namespace: Altaxo.Gui.Graph.ScalesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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