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

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