Click or drag to resize

ScatterSymbolListManagerCreateNewList Method

Creates a new standard list of items.

Namespace: Altaxo.Graph.Graph3D.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override ScatterSymbolList CreateNewList(
	string listName,
	IEnumerable<IScatterSymbol> listItems
)

Parameters

listName  String
The name of the list.
listItems  IEnumerableIScatterSymbol
The items of the list.

Return Value

ScatterSymbolList
A new list with the specified name and items.

Implements

IStyleListManagerTList, TCreateNewList(String, IEnumerableT)
See Also