ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TrendLineTagHelper Class / SampleCount Property

In This Topic
    SampleCount Property (TrendLineTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TrendLineBase<T>.SampleCount. Sets the sample count for function calculation.
    Syntax
    'Declaration
     
    Public Property SampleCount As Integer
    public int SampleCount {get; set;}
    See Also