2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ShadingEnum Enumeration

In This Topic
    ShadingEnum Enumeration
    In This Topic
    The type of shading used for color of 3D areas when chart with 3D-effects is rendered. Use the members of this enumeration to set the value of the View3D.Shading property in the View3D class.
    Syntax
    'Declaration
     
    Public Enum ShadingEnum 
       Inherits System.Enum
    public enum 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.Win.C1Chart.ShadingEnum

    See Also