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

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