ColorGroupStyleSetter Delegate |
Represents a delegate that applies a color.
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic delegate void Setter(
NamedColor c
)
Parameters
- c NamedColor
- The color to apply.
See Also