Click or drag to resize

G2DPlotStyleCollectionCopyFromTemplateCollection Method

Copies styles from a template collection while attempting to reuse existing data references.

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

Parameters

from  G2DPlotStyleCollection
The template collection.

Return Value

Boolean
true if the operation completed.
See Also