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


In This Topic
    Point3D Structure Members
    In This Topic

    The following tables list the members exposed by Point3D.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Point3D structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the x-coordinate of this Point3D structure.  
    Public PropertyGets or sets the y-coordinate of this Point3D structure.  
    Public PropertyGets or sets the z-coordinate of this Point3D structure.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified object is equal to this Point3D structure.  
    Public MethodGets a hash code for this Point3D structure.  
    Public MethodCreates a string representation of this Point3D structure.  
    Top
    Public Operators
    Compares two Point3D structures for equality.
    Compares two Point3D structures for inequality.
    Top
    See Also