G3DPlotStyleCollectionInsert Method |
Inserts a plot style at the specified index.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Insert(
int whichposition,
IG3DPlotStyle toinsert
)
Parameters
- whichposition Int32
- The zero-based insertion index.
- toinsert IG3DPlotStyle
- The plot style to insert.
See Also