Click or drag to resize

PlotGroupStyleCollectionBaseStep Method

Advances all applied root styles and their children by the specified step value.

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

Parameters

step  Int32
The step value.

Implements

IPlotGroupStyleCollectionStep(Int32)
See Also