Click or drag to resize

G2DPlotStyleCollectionAdd(IG2DPlotStyle, Boolean) Method

Adds a style to the collection with optional reorganization and event handling.

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

Parameters

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