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