G3DPlotStyleCollectionAdd(IG3DPlotStyle, Boolean) 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)
Syntaxprotected void Add(
IG3DPlotStyle toadd,
bool withReorganizationAndEvents
)
Parameters
- toadd IG3DPlotStyle
- The plot style to add.
- withReorganizationAndEvents Boolean
- If set to , change events are raised afterwards.
See Also