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

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