Click or drag to resize

G3DPlotStyleCollectionAdd(IG3DPlotStyle) Method

Adds a plot style 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 Add(
	IG3DPlotStyle toadd
)

Parameters

toadd  IG3DPlotStyle
The plot style to add.
See Also