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


In This Topic
    AzimuthAction Property (C1Chart3D)
    In This Topic
    Gets or sets the azimuth action.
    Syntax
    'Declaration
     
    
    Public Property AzimuthAction As ActionType
    'Usage
     
    
    Dim instance As C1Chart3D
    Dim value As ActionType
     
    instance.AzimuthAction = value
     
    value = instance.AzimuthAction
    public ActionType AzimuthAction {get; set;}
    See Also