ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / ChartThreeDProperties Class / Shading Property

In This Topic
    Shading Property (ChartThreeDProperties)
    In This Topic
    Gets or sets the type of 3D shading.

    Default: ChartTreeDShading.Real.

    Syntax
    'Declaration
     
    Public Property Shading As RdlEnum(Of ChartTreeDShading)
    public RdlEnum<ChartTreeDShading> Shading {get; set;}
    See Also