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

In This Topic
    LightGradientEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Gradient property in the VisualEffectsStyle.LightStyle class.
    Syntax
    'Declaration
     
    Public Enum LightGradientEnum 
       Inherits System.Enum
    public enum LightGradientEnum : System.Enum 
    Members
    MemberDescription
    SigmeBellLight gradient effects progress from color, to light, to color with a weighted light distribution.
    SimpleLight gradient effects are linear through the object based on shape.
    TriangleLight gradient effects progress from color, to light, to color.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.LightGradientEnum

    See Also