G2DPlotStyleCollectionAdd(IG2DPlotStyle) Method |
Adds a style to the collection.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Add(
IG2DPlotStyle toadd
)
Parameters
- toadd IG2DPlotStyle
- The style to add.
See Also