Click or drag to resize

DensityScaleController Constructor

Initializes a new instance of the DensityScaleController class.

Namespace: Altaxo.Gui.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DensityScaleController(
	Action<Scale> SetInstanceInParentNode
)

Parameters

SetInstanceInParentNode  ActionScale
The callback used when the edited scale instance changes.
See Also