ColorGroupStyleNewLocalGroupStyle Method |
Creates a new group style for local use only. See the remarks of the class documentation for what is the difference between instances for external use and local use.
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static ColorGroupStyle NewLocalGroupStyle()
Return Value
ColorGroupStyleA new
ColorGroupStyle instance for local use. Those instances could not be serialized.
See Also