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

In This Topic
    View3dDepth Property
    In This Topic
    For 3D charts (Use3D is true), gets or sets the apparent chart depth as a percentage of chart width.
    Syntax
    'Declaration
     
    Public Property View3dDepth As Integer
    public int View3dDepth {get; set;}
    See Also