Click or drag to resize

ScatterSymbolList Constructor

Initializes a new instance of the ScatterSymbolList class.

Namespace: Altaxo.Graph.Graph2D.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ScatterSymbolList(
	string name,
	IEnumerable<IScatterSymbol> symbols
)

Parameters

name  String
The list name.
symbols  IEnumerableIScatterSymbol
The symbols contained in the list.
See Also