Click or drag to resize

G3DPlotStyleCollectionAddRange Method

Adds a range of plot styles to the collection.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AddRange(
	IG3DPlotStyle[] toadd
)

Parameters

toadd  IG3DPlotStyle
The plot styles to add.
See Also