Click or drag to resize

CumulativeProbabilityScaleRescaleConditionsControllerCreateListNodeList Method

Creates a selectable node list for the specified boundary-rescaling value.

Namespace: Altaxo.Gui.Graph.Scales.Rescaling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static SelectableListNodeList CreateListNodeList(
	BoundaryRescaling rescalingValue
)

Parameters

rescalingValue  BoundaryRescaling
The selected rescaling value.

Return Value

SelectableListNodeList
The selectable node list.
See Also