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

In This Topic
    SampleCount Property (TrendLine)
    In This Topic
    Gets or sets the sample count for function calculation.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("TrendLine.SampleCount", "Gets or sets the sample count for function calculation.")>
    Public Property SampleCount As Integer
    [C1Description("TrendLine.SampleCount", "Gets or sets the sample count for function calculation.")]
    public int SampleCount {get; set;}
    See Also