ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1ChartBinding Class / YFieldType Property

In This Topic
    YFieldType Property
    In This Topic
    Gets or sets the type of y field from the data source that indicates C1Chart y value type.
    Syntax
    'Declaration
     
    Public Overridable Property YFieldType As ChartDataYFieldType
    public virtual ChartDataYFieldType YFieldType {get; set;}
    See Also