Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / C1Chart3D Class / AxisZ Property


In This Topic
    AxisZ Property (C1Chart3D)
    In This Topic
    Gets or sets the z-axis.
    Syntax
    'Declaration
     
    
    Public Property AxisZ As Axis3D
    'Usage
     
    
    Dim instance As C1Chart3D
    Dim value As Axis3D
     
    instance.AxisZ = value
     
    value = instance.AxisZ
    public Axis3D AxisZ {get; set;}
    See Also