Click or drag to resize

G2DPlotStyleCollectionAdd(IG2DPlotStyle, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.G2DPlotStyleCollection.Add(Altaxo.Graph.Gdi.Plot.Styles.IG2DPlotStyle,System.Boolean)"]


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

Parameters

toadd  IG2DPlotStyle

[Missing <param name="toadd"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.G2DPlotStyleCollection.Add(Altaxo.Graph.Gdi.Plot.Styles.IG2DPlotStyle,System.Boolean)"]

withReorganizationAndEvents  Boolean

[Missing <param name="withReorganizationAndEvents"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.G2DPlotStyleCollection.Add(Altaxo.Graph.Gdi.Plot.Styles.IG2DPlotStyle,System.Boolean)"]

See Also