Click or drag to resize

IScatterSymbol Interface

Represents a symbol shape for a 3D scatter plot. Instances of this class have to be immutable. They still need to be cloneable, because in a list of scatter symbols we need unique instances.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IScatterSymbol : IImmutable, 
	ICloneable

The IScatterSymbol type exposes the following members.

Methods
 NameDescription
Public methodCloneCreates a new object that is a copy of the current instance.
(Inherited from ICloneable)
Public methodPaint Paints the symbol with the specified size at the origin of the coordinate system.
Top
See Also