Click or drag to resize

G3DPlotStyleCollectionAdd(IG3DPlotStyle, Boolean) 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#
protected void Add(
	IG3DPlotStyle toadd,
	bool withReorganizationAndEvents
)

Parameters

toadd  IG3DPlotStyle
The plot style to add.
withReorganizationAndEvents  Boolean
If set to , change events are raised afterwards.
See Also