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

In This Topic
    Multiplier Property (BollingerBandsTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Finance.BollingerBands<T>.Multiplier. Sets the standard deviation multiplier.
    Syntax
    'Declaration
     
    Public Property Multiplier As Double
    public double Multiplier {get; set;}
    See Also