Click or drag to resize

LineConnection2DGroupStyleApplyStyle Method

Tries to apply the line connection 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,
	Action<ILineConnectionStyle, bool> setter
)

Parameters

externalGroups  IPlotGroupStyleCollection
The external group style collection.
localGroups  IPlotGroupStyleCollection
The local group style collection.
setter  ActionILineConnectionStyle, Boolean
The callback that applies the extracted settings.

Return Value

Boolean
if the style was applied; otherwise, .
See Also