ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / GradientMethod Enumeration


In This Topic
    GradientMethod Enumeration
    In This Topic
    Specifies how to handle gradient brushes in themes and custom palettes.
    Syntax
    'Declaration
     
    
    Public Enum GradientMethod 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GradientMethod
    public enum GradientMethod : System.Enum 
    Members
    MemberDescription
    AutoAutomatic, chart converts linear brushes to radial if it is appropriate for the current chart type.
    LinearChart always uses linear gradient.
    NoneThere is no conversion for gradient brushes.
    RadialChart always uses radial gradient.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.C1Chart.GradientMethod

    See Also