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

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