G2DPlotStyleCollectionInsert Method |
Inserts a style at the specified position.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Insert(
int whichposition,
IG2DPlotStyle toinsert
)
Parameters
- whichposition Int32
- The insertion index.
- toinsert IG2DPlotStyle
- The style to insert.
See Also