Click or drag to resize

LineConnection2DGroupStylePrepareStyle Method

Prepares the style.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void PrepareStyle(
	IPlotGroupStyleCollection externalGroups,
	IPlotGroupStyleCollection localGroups,
	Func<Tuple<ILineConnectionStyle, bool>> getter
)

Parameters

externalGroups  IPlotGroupStyleCollection
The external groups.
localGroups  IPlotGroupStyleCollection
The local groups.
getter  FuncTupleILineConnectionStyle, Boolean
The getter function. Item1 of the tuple is the line connection style, Item2 of the tuple is the ConnectCircular flag.
See Also