Click or drag to resize

G2DPlotStyleCollectionInsert Method

Inserts a style at the specified position.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Insert(
	int whichposition,
	IG2DPlotStyle toinsert
)

Parameters

whichposition  Int32
The insertion index.
toinsert  IG2DPlotStyle
The style to insert.
See Also