ComponentOne BubbleChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1CandlestickChart Class / CandlestickChartSeriesStyles Property

In This Topic
    CandlestickChartSeriesStyles Property
    In This Topic
    An array collection that contains the style to be charted.
    Syntax
    'Declaration
     
    Public ReadOnly Property CandlestickChartSeriesStyles As System.Collections.Generic.List(Of CandlestickChartStyle)
    public System.Collections.Generic.List<CandlestickChartStyle> CandlestickChartSeriesStyles {get;}
    See Also