ComponentOne CandlestickChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1ChartBinding Class / XFieldType Property

In This Topic
    XFieldType Property (C1ChartBinding)
    In This Topic
    Gets or sets the type of x field from the data source that indicates C1Chart x value type.
    Syntax
    'Declaration
     
    Public Overridable Property XFieldType As ChartDataXFieldType
    public virtual ChartDataXFieldType XFieldType {get; set;}
    See Also