Click or drag to resize

SymbolSizeGroupStyleStep 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.3572.0 (4.8.3572.0)
Syntax
C#
public int Step(
	int step
)

Parameters

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

Return Value

Int32
Number of wraps.

Implements

IPlotGroupStyleStep(Int32)
See Also