Click or drag to resize

G2DPlotStyleCollectionSetFromTemplate Method

Sets this collection from a template 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 SetFromTemplate(
	G2DPlotStyleCollection from,
	PlotGroupStrictness strictness
)

Parameters

from  G2DPlotStyleCollection
The template collection.
strictness  PlotGroupStrictness
The template-application strictness.
See Also