Click or drag to resize

IPlotGroupStyleStep Method

Increments/decrements the style. Returns +1 or -1 when the style was swapped around.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
int Step(
	int step
)

Parameters

step  Int32
Either +1 or -1 for increment or decrement.

Return Value

Int32
Number of wraps.
See Also