ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1CandlestickChartBinding Class / HighField Property

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