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

In This Topic
    Min Property (ParametricFunctionSeriesTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FunctionSeries<T>.Min. Sets the minimum value for function calculation.
    Syntax
    'Declaration
     
    Public Property Min As Nullable(Of Double)
    public Nullable<double> Min {get; set;}
    See Also