G3DPlotStyleCollectionRemoveAt Method |
Removes the 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 RemoveAt(
int idx
)
Parameters
- idx Int32
- The zero-based index of the plot style to remove.
See Also