ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart Class / View3dRotation Property

In This Topic
    View3dRotation Property
    In This Topic
    For 3D charts (Use3D is true), gets or sets the apparent degree of rotation of the eye-point to the right of the Y-axis.
    Syntax
    'Declaration
     
    Public Property View3dRotation As Integer
    public int View3dRotation {get; set;}
    See Also