Click or drag to resize

DashPatternGroupStyleApplyStyle Method

Applies the prepared dash-pattern 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 void ApplyStyle(
	IPlotGroupStyleCollection externalGroups,
	IPlotGroupStyleCollection localGroups,
	DashPatternGroupStyleSetter setter
)

Parameters

externalGroups  IPlotGroupStyleCollection
The external group-style collection.
localGroups  IPlotGroupStyleCollection
The local group-style collection.
setter  DashPatternGroupStyleSetter
The delegate that applies the dash pattern.
See Also