[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.TrendLineTagHelper

TrendLineTagHelper Class

ITagHelper implementation for TrendLine<T>.

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

Constructors

Name Description
TrendLineTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

FitType

Configurates FitType. Sets the fit type of the trendline.

MaxX

Configurates MaxX. Sets the maximal x-value.

MinX

Configurates MinX. Sets the minimal x-value.

TrendLineOrder

Configurates TrendLineOrder. Sets the number of terms in a polynomial or fourier equation.