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

In This Topic
    Y1Field Property
    In This Topic
    Gets or sets the name of field from the data source that indicates C1BubbleChart Y1 values.
    Syntax
    'Declaration
     
    Public Overridable Property Y1Field As System.String
    public virtual System.string Y1Field {get; set;}
    See Also