Click or drag to resize

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.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static ColorGroupStyle NewLocalGroupStyle()

Return Value

ColorGroupStyle
A new ColorGroupStyle instance for local use. Those instances could not be serialized.
See Also