Click or drag to resize

ScatterSymbolListBag(IXmlDeserializationInfo) Constructor

Initializes a new instance of the ScatterSymbolListBag class from serialized data.

Namespace: Altaxo.Graph.Graph2D.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected ScatterSymbolListBag(
	IXmlDeserializationInfo info
)

Parameters

info  IXmlDeserializationInfo
The deserialization information.
See Also