G2DPlotStyleCollectionReplace Method |
Replaces the style at the specified index with optional reorganization and event handling.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void Replace(
IG2DPlotStyle ps,
int idx,
bool withReorganizationAndEvents
)
Parameters
- ps IG2DPlotStyle
- The replacement style.
- idx Int32
- The index to replace.
- withReorganizationAndEvents Boolean
- If set to , change events are raised.
See Also