ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / TrendLine Class / Order Property

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