[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.TagHelpers.BollingerBandsTagHelper

BollingerBandsTagHelper Class

ITagHelper implementation for BollingerBands<T>.

Namespace: C1.Web.Mvc.Finance.TagHelpers
Assembly: C1.AspNetCore.Mvc.Finance.dll
Syntax
[HtmlTargetElement("c1-flex-chart-bollinger-bands")]
public class BollingerBandsTagHelper : ExtraSeriesTagHelper<object, BollingerBands<object>>, ITagHelper, ITagHelperComponent

Constructors

Name Description
BollingerBandsTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

Multiplier

Configurates Multiplier. Sets the standard deviation multiplier.

Period

Configurates Period. Sets the period for the calculation as an integer value.