Click or drag to resize

ScatterSymbolShapeBase Class

Represents the null symbol in a scatter plot, i.e. this symbol is not visible.
Inheritance Hierarchy
SystemObject
  Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbolsScatterSymbolShapeBase
    More

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

The ScatterSymbolShapeBase type exposes the following members.

Constructors
 NameDescription
Protected methodScatterSymbolShapeBaseInitializes a new instance of the ScatterSymbolShapeBase class
Top
Methods
 NameDescription
Public methodClone 
Protected methodStatic memberDeserializeV0TItem 
Public methodEquals
(Overrides ObjectEquals(Object))
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodPaint Paints the symbol with the specified size at the origin of the coordinate system.
Protected methodStatic memberSerializeV0 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also
Inheritance Hierarchy