ComponentOne FinancialChart for WPF
C1.Chart Namespace / TrendLineCalculator Class / Order Property



In This Topic
    Order Property (TrendLineCalculator)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Order As Integer
    'Usage
     
    
    Dim instance As TrendLineCalculator
    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