[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.YFunctionSeriesTagHelper

YFunctionSeriesTagHelper Class

ITagHelper implementation for YFunctionSeries<T>.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-flex-chart-yfunction")]
public class YFunctionSeriesTagHelper : FunctionSeriesTagHelper<object, YFunctionSeries<object>>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-flex-chart-yfunction")>
Public Class YFunctionSeriesTagHelper
    Inherits FunctionSeriesTagHelper(Of Object, YFunctionSeries(Of Object))
    Implements ITagHelper, ITagHelperComponent

Constructors

Name Description
YFunctionSeriesTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

Func

Configurates Func. Sets the function used to calculate a value.