Click or drag to resize

G2DPlotStyleCollectionTemplatesGetName Method

Gets the template name for the specified collection.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string GetName(
	G2DPlotStyleCollection coll
)

Parameters

coll  G2DPlotStyleCollection
The plot style collection.

Return Value

String
The template name.
See Also