ComponentOne ChartNavigator for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartStyleFillType Enumeration

In This Topic
    ChartStyleFillType Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the ChartStyleFill.Type property.
    Syntax
    'Declaration
     
    Public Enum ChartStyleFillType 
       Inherits System.Enum
    public enum ChartStyleFillType : System.Enum 
    Members
    MemberDescription
    DefaultApplies the default chart style fill to the chart.
    LinearGradientApplies the linear gradient chart style fill to the chart.
    RadialGradientApplies the radial gradient style fill to the chart.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Chart.ChartStyleFillType

    See Also