Click or drag to resize

ScatterSymbolListManagerCreateNewList Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Plot.Groups.ScatterSymbolListManager.CreateNewList(System.String,System.Collections.Generic.IEnumerable{Altaxo.Graph.Graph3D.Plot.Styles.IScatterSymbol})"]


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

Parameters

name  String

[Missing <param name="name"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Groups.ScatterSymbolListManager.CreateNewList(System.String,System.Collections.Generic.IEnumerable{Altaxo.Graph.Graph3D.Plot.Styles.IScatterSymbol})"]

symbols  IEnumerableIScatterSymbol

[Missing <param name="symbols"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Groups.ScatterSymbolListManager.CreateNewList(System.String,System.Collections.Generic.IEnumerable{Altaxo.Graph.Graph3D.Plot.Styles.IScatterSymbol})"]

Return Value

ScatterSymbolList

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.Plot.Groups.ScatterSymbolListManager.CreateNewList(System.String,System.Collections.Generic.IEnumerable{Altaxo.Graph.Graph3D.Plot.Styles.IScatterSymbol})"]

Implements

IStyleListManagerTList, TCreateNewList(String, IEnumerableT)
See Also