ColorGroupStyleApplyStyle Method |
Applies the prepared color group style.
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void ApplyStyle(
IPlotGroupStyleCollection externalGroups,
IPlotGroupStyleCollection localGroups,
ColorGroupStyleSetter setter
)
Parameters
- externalGroups IPlotGroupStyleCollection
- The external group-style collection.
- localGroups IPlotGroupStyleCollection
- The local group-style collection.
- setter ColorGroupStyleSetter
- The delegate that applies the color.
See Also