Click or drag to resize

ScatterSymbolGroupStyle(ScatterSymbolGroupStyle) Constructor

Initializes a new instance of the ScatterSymbolGroupStyle class by copying from another instance.

Namespace: Altaxo.Graph.Graph3D.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ScatterSymbolGroupStyle(
	ScatterSymbolGroupStyle from
)

Parameters

from  ScatterSymbolGroupStyle
The instance to copy from.
See Also