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

ChartDataYFieldType Enumeration
Use the members of this enumeration to set the value of the ChartBinding.YFieldType property.
Syntax
'Declaration
 
Public Enum ChartDataYFieldType 
   Inherits System.Enum
 
Members
MemberDescription
DateTimeApplies the DateTime data type to the chart.
NumberApplies the number data type to the chart.
Inheritance Hierarchy

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

See Also