FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartLightGradient Enumeration

In This Topic
    ChartLightGradient Enumeration
    In This Topic
    Specifies the type of light gradient of the visual effects style.
    Syntax
    'Declaration
     
    Public Enum ChartLightGradient 
       Inherits System.Enum
    public enum ChartLightGradient : 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.FlexReport.Chart.ChartLightGradient

    See Also