Click or drag to resize

G2DPlotStyleCollectionRemoveAt Method

Removes the style at the specified index.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void RemoveAt(
	int idx
)

Parameters

idx  Int32
The index to remove.
See Also