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

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