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

In This Topic
    Func Property (YFunctionSeriesTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.YFunctionSeries<T>.Func. Sets the function used to calculate a value.
    Syntax
    'Declaration
     
    Public Property Func As String
    public string Func {get; set;}
    See Also