[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.MovingAverageTagHelper

MovingAverageTagHelper Class

ITagHelper implementation for MovingAverage<T>.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-flex-chart-movingaverage")]
[RestrictChildren("c1-flex-chart-axis", new string[] { "c1-items-source", "c1-odata-source", "c1-odata-virtual-source" })]
public class MovingAverageTagHelper : TrendLineBaseTagHelper<object, MovingAverage<object>>, ITagHelper, ITagHelperComponent

Constructors

Name Description
MovingAverageTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

Period

Configurates Period. Sets the period of the moving average line.

Type

Configurates Type. Sets the type of the moving average line.