ComponentOne ChartNavigator for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / BubbleChartSeriesData Class / Y1 Property

In This Topic
    Y1 Property
    In This Topic
    A value that indicates the y1 values of the chart series data.
    Syntax
    'Declaration
     
    Public Property Y1 As ChartY1AxisList
    public ChartY1AxisList Y1 {get; set;}
    See Also