Click or drag to resize

PlotGroupStyleCollection(PlotGroupStyleCollection) Constructor

Initializes a new instance of the PlotGroupStyleCollection 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 PlotGroupStyleCollection(
	PlotGroupStyleCollection from
)

Parameters

from  PlotGroupStyleCollection
The instance to copy from.
See Also