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

In This Topic
    View3dShading Property
    In This Topic
    For 3D charts (Use3D is true), gets or sets the type of shading applied to 3D areas of the chart.
    Syntax
    'Declaration
     
    Public Property View3dShading As Chart.ShadingEnum
    public Chart.ShadingEnum View3dShading {get; set;}
    See Also