Click or drag to resize

G2DPlotStyleCollectionAddRange Method

Adds a range of styles 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 AddRange(
	IG2DPlotStyle[] toadd
)

Parameters

toadd  IG2DPlotStyle
The styles to add.
See Also