ScatterSymbolList Constructor |
Namespace: Altaxo.Graph.Graph3D.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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