Click or drag to resize

G2DPlotStyleCollectionReplace Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.G2DPlotStyleCollection.Replace(Altaxo.Graph.Gdi.Plot.Styles.IG2DPlotStyle,System.Int32,System.Boolean)"]


Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void Replace(
	IG2DPlotStyle ps,
	int idx,
	bool withReorganizationAndEvents
)

Parameters

ps  IG2DPlotStyle

[Missing <param name="ps"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.G2DPlotStyleCollection.Replace(Altaxo.Graph.Gdi.Plot.Styles.IG2DPlotStyle,System.Int32,System.Boolean)"]

idx  Int32

[Missing <param name="idx"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.G2DPlotStyleCollection.Replace(Altaxo.Graph.Gdi.Plot.Styles.IG2DPlotStyle,System.Int32,System.Boolean)"]

withReorganizationAndEvents  Boolean

[Missing <param name="withReorganizationAndEvents"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.G2DPlotStyleCollection.Replace(Altaxo.Graph.Gdi.Plot.Styles.IG2DPlotStyle,System.Int32,System.Boolean)"]

See Also