Click or drag to resize

PlotGroupStyleCollectionBaseStepIfForeignSteppingFalse Method

Executes a step only on those items, where in the own collection the stepping is enabled, but in the foreign collection it is present, but is not enabled.

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

Parameters

step  Int32

[Missing <param name="step"/> documentation for "M:Altaxo.Graph.Plot.Groups.PlotGroupStyleCollectionBase.StepIfForeignSteppingFalse(System.Int32,Altaxo.Graph.Plot.Groups.PlotGroupStyleCollectionBase)"]

foreignStyles  PlotGroupStyleCollectionBase

[Missing <param name="foreignStyles"/> documentation for "M:Altaxo.Graph.Plot.Groups.PlotGroupStyleCollectionBase.StepIfForeignSteppingFalse(System.Int32,Altaxo.Graph.Plot.Groups.PlotGroupStyleCollectionBase)"]

See Also