BarChart for ASP.NET WebForms
ChartDataXFieldType Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Chart Namespace : ChartDataXFieldType Enumeration
Use the members of this enumeration to set the value of the ChartBinding.XFieldType property.
Syntax
'Declaration
 
Public Enum ChartDataXFieldType 
   Inherits System.Enum
public enum ChartDataXFieldType : System.Enum 
Members
MemberDescription
DateTimeApplies the DateTime data type to the chart.
NumberApplies the number data type to the chart.
StringApplies the string data type to the chart.
Inheritance Hierarchy

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

See Also

Reference

C1.Web.Wijmo.Controls.C1Chart Namespace