[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.TagHelpers.StochasticTagHelper

StochasticTagHelper Class

ITagHelper implementation for Stochastic<T>.

Namespace: C1.Web.Mvc.Finance.TagHelpers
Assembly: C1.AspNetCore.Mvc.Finance.dll
Syntax
[HtmlTargetElement("c1-flex-chart-stochastic")]
[RestrictChildren("c1-flex-chart-line-style", new string[] { })]
public class StochasticTagHelper : ExtraSeriesTagHelper<object, Stochastic<object>>, ITagHelper, ITagHelperComponent

Constructors

Name Description
StochasticTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

DPeriod

Configurates DPeriod. Sets the period for the %D simple moving average.

KPeriod

Configurates KPeriod. Sets the period for the %K calculation.

SmoothingPeriod

Configurates SmoothingPeriod. Sets the smoothing period for full %K.