BarChart for ASP.NET WebForms
ChartStyleFillType Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Chart Namespace : ChartStyleFillType Enumeration
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

Reference

C1.Web.Wijmo.Controls.C1Chart Namespace