ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeGradientFalloff Enumeration

In This Topic
    C1GaugeGradientFalloff Enumeration
    In This Topic
    Defines the type of a gradient falloff.
    Syntax
    'Declaration
     
    Public Enum C1GaugeGradientFalloff 
       Inherits System.Enum
    public enum C1GaugeGradientFalloff : System.Enum 
    Members
    MemberDescription
    PlainCreates an even linear blend from the starting color to the ending color.
    SigmaBellCreates a gradient falloff based on a bell-shaped curve.
    TriangularCreates a gradient with a center color and a linear falloff to a single color on both ends.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Gauge.C1GaugeGradientFalloff

    See Also