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

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