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

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