VariableColorGroupStyleInitialize Method |
Initializes the color function.
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Initialize(
Func<int, Color> colorForIndex
)
Parameters
- colorForIndex FuncInt32, Color
- The color function.
See Also