Click or drag to resize

NoSymbol 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
    Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbolsNoSymbol

Namespace: Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public sealed class NoSymbol : ScatterSymbolShapeBase

The NoSymbol type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberInstance 
Top
Methods
 NameDescription
Public methodClone
(Inherited from ScatterSymbolShapeBase)
Public methodEquals
(Inherited from ScatterSymbolShapeBase)
Public methodGetHashCode
(Inherited from ScatterSymbolShapeBase)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodPaint
(Overrides ScatterSymbolShapeBasePaint(IGraphicsContext3D, IMaterial, PointD3D, Double))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also