Click or drag to resize

G2DPlotStyleCollectionCopyFrom(G2DPlotStyleCollection) Method

Copies all styles from another collection.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void CopyFrom(
	G2DPlotStyleCollection from
)

Parameters

from  G2DPlotStyleCollection
The source collection.
See Also