ComponentOne BubbleChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / TrendlineChartSeries Class / SampleCount Property

In This Topic
    SampleCount Property
    In This Topic
    A value specifies the sample count for function calculation. It works when the fitType is polynom, power, exponent, logarithmic and fourier.
    Syntax
    'Declaration
     
    Public Property SampleCount As System.Integer
    public System.int SampleCount {get; set;}
    See Also