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

In This Topic
    LightShapeEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Shape property in the VisualEffectsStyle.LightStyle class.
    Syntax
    'Declaration
     
    Public Enum LightShapeEnum 
       Inherits System.Enum
    public enum LightShapeEnum : System.Enum 
    Members
    MemberDescription
    EdgeLight effects are skewed near the edge of the object. The LightGradient is always elliptical with this shape.
    EllipseLight gradient effects progress the center of the object to the outer edges. The Shift and Size properties of the LightStyle can be used to adjust the center and size of the ellipse.
    RectangleLight gradient effects progress from one edge of the object to the opposite edge. The Scale property of the LightStyle can be used to adjust the length of the gradient cycle within the object.
    Inheritance Hierarchy

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

    See Also