Click or drag to resize

G2DPlotStyleCollectionTemplatesCreateCollectionProcedure Delegate

Represents a factory that creates a plot style collection for a given property context.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public delegate G2DPlotStyleCollection CreateCollectionProcedure(
	IReadOnlyPropertyBag context
)

Parameters

context  IReadOnlyPropertyBag
The property context.

Return Value

G2DPlotStyleCollection
The created plot style collection.
See Also