Click or drag to resize

G2DPlotStyleCollectionAdd(IG2DPlotStyle) Method

Adds a style to the collection.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Add(
	IG2DPlotStyle toadd
)

Parameters

toadd  IG2DPlotStyle
The style to add.
See Also