Click or drag to resize

G2DPlotStyleCollectionReplace Method

Replaces the style at the specified index with optional reorganization and event handling.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected 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