ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TrendLineTagHelper Class / TrendLineOrder Property

In This Topic
    TrendLineOrder Property (TrendLineTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TrendLine<T>.TrendLineOrder. Sets the number of terms in a polynomial or fourier equation.
    Syntax
    'Declaration
     
    Public Property TrendLineOrder As Integer
    public int TrendLineOrder {get; set;}
    Remarks
    Set this value to an integer greater than 1. It works when the fitType is set to TrendLineFitType.Polynomial or TrendLineFitType.Fourier.
    See Also