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

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