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


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