Click or drag to resize

ScatterSymbolShapeBaseSerializeV0 Method

Serializes the shared registration information for a scatter symbol.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected static void SerializeV0(
	IScatterSymbol obj,
	IXmlSerializationInfo info
)

Parameters

obj  IScatterSymbol
The symbol instance.
info  IXmlSerializationInfo
The serialization info.
See Also