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

In This Topic
    C1GaugeRangeAntiAliasing Enumeration
    In This Topic
    Specifies the anti-aliasing mode for the internal filling of a C1GaugeRange.
    Syntax
    'Declaration
     
    Public Enum C1GaugeRangeAntiAliasing 
       Inherits System.Enum
    public enum C1GaugeRangeAntiAliasing : System.Enum 
    Members
    MemberDescription
    HighQualityApplies the slow but high-quality anti-aliasing to the range's filling.
    LowQualityApplies the fast low-quality anti-aliasing to the range's filling.
    NoneThe special anti-aliasing is not applied to the range's filling.
    Inheritance Hierarchy

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

    See Also