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

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