C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartDataXFieldType Enumeration

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
 
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