[]
ITagHelper implementation for Stochastic<T>.
[HtmlTargetElement("c1-flex-chart-stochastic")]
[RestrictChildren("c1-flex-chart-line-style", new string[] { })]
public class StochasticTagHelper : ExtraSeriesTagHelper<object, Stochastic<object>>, ITagHelper, ITagHelperComponent
Name | Description |
---|---|
StochasticTagHelper() |
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. |