Click or drag to resize

SkipFrequencyGroupStyleAddLocalGroupStyle Method

Adds the local group style when applicable.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void AddLocalGroupStyle(
	IPlotGroupStyleCollection externalGroups,
	IPlotGroupStyleCollection localGroups
)

Parameters

externalGroups  IPlotGroupStyleCollection
The external group styles.
localGroups  IPlotGroupStyleCollection
The local group styles.
See Also