ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart.ShadingEnum Enumeration

In This Topic
    Chart.ShadingEnum Enumeration
    In This Topic
    Specifies the type of shading used when rendering 3D charts.
    Syntax
    'Declaration
     
    Public Enum Chart.ShadingEnum 
       Inherits System.Enum
    public enum Chart.ShadingEnum : System.Enum 
    Members
    MemberDescription
    ColorDark3D color is darker than front color.
    ColorLight3D color is lighter than front color.
    NoneNo special 3D color is applied.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.CustomFields.Chart.ShadingEnum

    See Also