Click or drag to resize

ScatterSymbolListBag(IEnumerableScatterSymbolList) Constructor

Initializes a new instance of the ScatterSymbolListBag class.

Namespace: Altaxo.Graph.Graph3D.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ScatterSymbolListBag(
	IEnumerable<ScatterSymbolList> lists
)

Parameters

lists  IEnumerableScatterSymbolList
The lists contained in the bag.
See Also