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