Click or drag to resize

ColorSetName Property

Gets the name of this collection of plot colors (without prefix like 'Application', 'Project' etc.). Note that the name can not be changed. To change the name, create a new plot color collection and copy the items to it.

Namespace: Altaxo.Drawing.ColorManagement
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string Name { get; }

Property Value

String

Implements

IStyleListTName
See Also