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

In This Topic
    CandlestickSeriesOpenField Property
    In This Topic
    Gets or sets the name of field from the data source that indicates the open of the candlestick series.
    Syntax
    'Declaration
     
    Public Property CandlestickSeriesOpenField As System.String
    public System.string CandlestickSeriesOpenField {get; set;}
    See Also