Click or drag to resize

ScatterSymbolList Constructor

Initializes a new instance of the ScatterSymbolList class.

Namespace: Altaxo.Graph.Graph3D.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 name of the symbol list.
symbols  IEnumerableIScatterSymbol
The scatter symbols contained in the list.
See Also