Click or drag to resize

SingleColumnChoiceController Constructor

Initializes a new instance of the SingleColumnChoiceController class.

Namespace: Altaxo.Gui.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public SingleColumnChoiceController(
	SingleColumnChoice doc
)

Parameters

doc  SingleColumnChoice
The document model.
See Also