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


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