Click or drag to resize

G2DPlotStyleCollectionTemplatesAdd Method

Adds a template to the registry.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void Add(
	string name,
	G2DPlotStyleCollectionTemplatesCreateCollectionProcedure procedure
)

Parameters

name  String
The template name.
procedure  G2DPlotStyleCollectionTemplatesCreateCollectionProcedure
The template factory.
See Also