NavigationListT(Int32) Constructor | 
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic NavigationList(
	int maxNumberOfNavigationPoints
)
Parameters
- maxNumberOfNavigationPoints  Int32
 - The maximum number of navigation points that is kept in this list.
            If the list exceeds this maximum, the oldest navigation points will be removed from the list.
 
See Also