G3DPlotStyleCollectionReplace Method |
Replaces 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)
Syntaxprotected void Replace(
IG3DPlotStyle ps,
int idx,
bool withReorganizationAndEvents
)
Parameters
- ps IG3DPlotStyle
- The replacement plot style.
- idx Int32
- The zero-based index to replace.
- withReorganizationAndEvents Boolean
- If set to , change events are raised afterwards.
See Also