Click or drag to resize

G2DPlotStyleCollectionExchangeItemPositions Method

Exchanges the positions of two styles.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ExchangeItemPositions(
	int pos1,
	int pos2
)

Parameters

pos1  Int32
The first position.
pos2  Int32
The second position.
See Also