Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / Point3D Structure
Members


In This Topic
    Point3D Structure
    In This Topic
    Defines an x-, y-, and z-coordinate in 3-D space.
    Object Model
    Point3D Structure
    Syntax
    'Declaration
     
    
    Public Structure Point3D 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As Point3D
    public struct Point3D : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          C1.Silverlight.Chart3D.Point3D

    See Also