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


In This Topic
    Azimuth Property (C1Chart3D)
    In This Topic
    Gets or sets the azimuth angle measured in degrees.
    Syntax
    'Declaration
     
    
    Public Property Azimuth As Double
    'Usage
     
    
    Dim instance As C1Chart3D
    Dim value As Double
     
    instance.Azimuth = value
     
    value = instance.Azimuth
    public double Azimuth {get; set;}
    See Also