Gets or sets the fill gradient type.
            
        
    Namespace: 
   C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# | 
|---|
[XmlAttributeAttribute] [RefreshPropertiesAttribute(RefreshProperties.All)] [DefaultValueAttribute(GradientStyleEnum.Horizontal)] public GradientStyleEnum GradientStyle { get; set; }  | 
| Visual Basic | 
|---|
<XmlAttributeAttribute> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ <DefaultValueAttribute(GradientStyleEnum.Horizontal)> _ Public Property GradientStyle As GradientStyleEnum Get Set  |