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

In This Topic
    ChartDataYFieldType Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the ChartBinding.YFieldType property.
    Syntax
    'Declaration
     
    Public Enum ChartDataYFieldType 
       Inherits System.Enum
    public enum ChartDataYFieldType : 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