Click or drag to resize

ScatterSymbolListBag(IEnumerableScatterSymbolList) Constructor

Initializes a new instance of the ScatterSymbolListBag class

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

Parameters

lists  IEnumerableScatterSymbolList

[Missing <param name="lists"/> documentation for "M:Altaxo.Graph.Graph2D.Plot.Groups.ScatterSymbolListBag.#ctor(System.Collections.Generic.IEnumerable{Altaxo.Graph.Graph2D.Plot.Groups.ScatterSymbolList})"]

See Also