Click or drag to resize

G2DPlotStyleCollection(LineScatterPlotStyleKind, IReadOnlyPropertyBag) Constructor

Initializes a new instance of the G2DPlotStyleCollection class based on a predefined kind.

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

Parameters

kind  LineScatterPlotStyleKind
The style collection kind.
context  IReadOnlyPropertyBag
The property context.
See Also