Click or drag to resize

ColorGroupStyleNewExternalGroupStyle Method

Creates a new group style for external use. 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 NewExternalGroupStyle()

Return Value

ColorGroupStyle
A new ColorGroupStyle instance for external use.
See Also