Click or drag to resize

Sphere 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.ScatterSymbolsSphere

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 Sphere : ScatterSymbolShapeBase

The Sphere type exposes the following members.

Constructors
 NameDescription
Public methodSphereInitializes a new instance of the Sphere class
Top
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
Fields
 NameDescription
Public fieldStatic member_geometry 
Top
See Also