Click or drag to resize

CSAxisInformation(CSLineID) Constructor

Initializes a new instance of the CSAxisInformation class, with only the identifier, but no other information.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public CSAxisInformation(
	CSLineID identifier
)

Parameters

identifier  CSLineID
The identifier.
See Also