Click or drag to resize

G2DPlotStyleCollectionTemplatesGetTemplate(Int32, IReadOnlyPropertyBag) Method

Gets the template at the specified index.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static G2DPlotStyleCollection? GetTemplate(
	int idx,
	IReadOnlyPropertyBag context
)

Parameters

idx  Int32
The template index.
context  IReadOnlyPropertyBag
The property context.

Return Value

G2DPlotStyleCollection
The template collection, or if no template exists.
See Also