Click or drag to resize

PlotGroupStyleCollectionBaseStepIfForeignSteppingFalse Method

Executes steps for local styles whose matching foreign styles do not perform stepping.

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

Parameters

step  Int32
The step value.
foreignStyles  PlotGroupStyleCollectionBase
The foreign style collection.
See Also