Click or drag to resize

NavigationListT(Int32) Constructor

Initializes a new instance of the NavigationListT class.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public 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