IgnoreMissingDataPointsGroupStyleApplyStyle Method |
Tries to apply the ignore-missing-data-points group style.
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool ApplyStyle(
IPlotGroupStyleCollection externalGroups,
IPlotGroupStyleCollection localGroups,
Action<bool> setter
)
Parameters
- externalGroups IPlotGroupStyleCollection
- The external group-style collection.
- localGroups IPlotGroupStyleCollection
- The local group-style collection.
- setter ActionBoolean
- The delegate that applies the ignore-missing-data-points setting.
Return Value
Booleantrue if the style was applied; otherwise,
false.
See Also