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


In This Topic
    X Property
    In This Topic
    Gets or sets the x-coordinate of this Point3D structure.
    Syntax
    'Declaration
     
    
    Public Property X As Double
    'Usage
     
    
    Dim instance As Point3D
    Dim value As Double
     
    instance.X = value
     
    value = instance.X
    public double X {get; set;}
    See Also