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



In This Topic
    SampleCount Property (TrendLineCalculator)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property SampleCount As Integer
    'Usage
     
    
    Dim instance As TrendLineCalculator
    Dim value As Integer
     
    instance.SampleCount = value
     
    value = instance.SampleCount
    public int SampleCount {get; set;}
    public:
    property int SampleCount {
       int get();
       void set (    int value);
    }
    See Also