ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / TrendlineChartSeries Class / Order Property

In This Topic
    Order Property
    In This Topic
    A value defines the number of terms in polynom equation. It should be set to some integer value greater than 1. It works when the fitType is polynom, power, exponent, logarithmic and fourier.
    Syntax
    'Declaration
     
    Public Property Order As System.Integer
    public System.int Order {get; set;}
    See Also