G2DPlotStyleCollectionAddRange Method |
Adds a range of styles to the collection.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void AddRange(
IG2DPlotStyle[] toadd
)
Parameters
- toadd IG2DPlotStyle
- The styles to add.
See Also