Click or drag to resize

AxisLineStyle(AxisLineStyle) Constructor

Copy constructor.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public AxisLineStyle(
	AxisLineStyle from
)

Parameters

from  AxisLineStyle
The AxisStyle to copy from
See Also