IgnoreMissingDataPointsGroupStylePrepareStyle Method |
Prepares an ignore-missing-data-points group style for later application.
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void PrepareStyle(
IPlotGroupStyleCollection externalGroups,
IPlotGroupStyleCollection localGroups,
Func<bool> getter
)
Parameters
- externalGroups IPlotGroupStyleCollection
- The external group-style collection.
- localGroups IPlotGroupStyleCollection
- The local group-style collection.
- getter FuncBoolean
- The delegate that supplies the current setting.
See Also