G2DPlotStyleCollectionTemplatesCreateCollectionProcedure Delegate |
Represents a factory that creates a plot style collection for a given property context.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic delegate G2DPlotStyleCollection CreateCollectionProcedure(
IReadOnlyPropertyBag context
)
Parameters
- context IReadOnlyPropertyBag
- The property context.
Return Value
G2DPlotStyleCollectionThe created plot style collection.
See Also