[]
        
(Showing Draft Content)

C1.Report.FlexChart.TrendLine.Order

Order Property

Order

Gets or sets the order of trend line. The order defines number of terms in polynom equation.

Declaration
[C1Description("TrendLine.Order", "Gets or sets the order of trend line. The order defines number of terms in polynom equation.")]
[C1Category("TrendLine")]
public int Order { get; set; }
<C1Description("TrendLine.Order", "Gets or sets the order of trend line. The order defines number of terms in polynom equation.")>
<C1Category("TrendLine")>
Public Property Order As Integer