G2DPlotStyleCollectionAdd(IG2DPlotStyle, Boolean) Method |
Adds a style to the collection with optional reorganization and event handling.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void Add(
IG2DPlotStyle toadd,
bool withReorganizationAndEvents
)
Parameters
- toadd IG2DPlotStyle
- The style to add.
- withReorganizationAndEvents Boolean
- If set to , change events are raised.
See Also