Click or drag to resize

G3DPlotStyleCollectionTemplatesCreateCollectionProcedure Delegate

Represents a factory method that creates a plot-style collection.

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

Parameters

context  IReadOnlyPropertyBag
The property context used for initialization.

Return Value

G3DPlotStyleCollection
A plot-style collection.
See Also