Click or drag to resize

PlotGroupStyleCollectionBase(PlotGroupStyleCollectionBase) Constructor

Initializes a new instance of the PlotGroupStyleCollectionBase class by copying another instance.

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

Parameters

from  PlotGroupStyleCollectionBase
The instance to copy.
See Also