Click or drag to resize

StyleListBaseT(String, IEnumerableT) Constructor

Initializes a new instance of the StyleListBaseT class.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public StyleListBase(
	string name,
	IEnumerable<T> symbols
)

Parameters

name  String
The list name.
symbols  IEnumerableT
The items to include in the list.
See Also