Click or drag to resize

PlotGroupStyleCollectionBasePrepareStepIfForeignSteppingFalse Method

Executes prepare 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 PrepareStepIfForeignSteppingFalse(
	PlotGroupStyleCollectionBase foreignStyles
)

Parameters

foreignStyles  PlotGroupStyleCollectionBase
The foreign style collection.
See Also