Click or drag to resize

SkipFrequencyGroupStyleApplyStyle Method

Tries to apply the skip-frequency group style.

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

Parameters

externalGroups  IPlotGroupStyleCollection
The external group-style collection.
localGroups  IPlotGroupStyleCollection
The local group-style collection.
setter  SkipFrequencyGroupStyleInt32ValueSetter
The delegate that applies the skip frequency.

Return Value

Boolean
true if successfully applied; otherwise, false.
See Also