Click or drag to resize

SymbolBaseSerializeSetV0 Method

Serializes the relation between a scatter symbol and its parent symbol set.

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

Parameters

obj  IScatterSymbol
The scatter symbol to serialize.
info  IXmlSerializationInfo
The serialization information.
See Also