ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance.TagHelpers Namespace / ATRTagHelper Class / AltStyle Property

In This Topic
    AltStyle Property (ATRTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartSeriesBase<T>.AltStyle. Sets the alternative style for the series. The values from this property will be used for negative values in Bar, Column, and Scatter charts; and for rising values in financial chart types like Candlestick, LineBreak, EquiVolume etc.
    Syntax
    'Declaration
     
    Public Property AltStyle As SVGStyle
    public SVGStyle AltStyle {get; set;}
    Remarks
    If no value is provided, the default styles will be used.
    See Also