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


In This Topic
    GradientMethod Property
    In This Topic
    Specifies how to handle gradient brushes in themes and custom palettes.
    Syntax
    'Declaration
     
    
    Public Property GradientMethod As GradientMethod
    'Usage
     
    
    Dim instance As C1Chart
    Dim value As GradientMethod
     
    instance.GradientMethod = value
     
    value = instance.GradientMethod
    public GradientMethod GradientMethod {get; set;}
    See Also