ComponentOne FinancialChart for WPF
C1.WPF.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
     
    
    Public Property Order As Integer
    'Usage
     
    
    Dim instance As TrendLine
    Dim value As Integer
     
    instance.Order = value
     
    value = instance.Order
    public int Order {get; set;}
    public:
    property int Order {
       int get();
       void set (    int value);
    }
    See Also