LineConnection2DGroupStylePrepareStyle Method |
Prepares the style.
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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