Click or drag to resize

G2DPlotStyleCollectionTemplatesGetIndexOfAvailableNamesPlusCustom(G2DPlotStyleCollection) Method

Gets the index of the template matching the specified collection in the list returned by GetAvailableNamesPlusCustom.

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

Parameters

coll  G2DPlotStyleCollection
The plot style collection.

Return Value

Int32
The corresponding index.
See Also