LinearScaleRescaleConditionsControllerCreateListNodeList Method |
Creates a selectable node list for the specified boundary-rescaling value.
Namespace: Altaxo.Gui.Graph.Scales.RescalingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static SelectableListNodeList CreateListNodeList(
BoundaryRescaling rescalingValue
)
Parameters
- rescalingValue BoundaryRescaling
- The selected rescaling value.
Return Value
SelectableListNodeListThe selectable node list.
See Also