Click or drag to resize

G2DCartesicCSController(G2DCartesicCoordinateSystem) Constructor

Initializes a new instance of the G2DCartesicCSController class.

Namespace: Altaxo.Gui.Graph.Gdi.CS
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public G2DCartesicCSController(
	G2DCartesicCoordinateSystem doc
)

Parameters

doc  G2DCartesicCoordinateSystem
The coordinate system document.
See Also