[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.ParametricFunctionSeriesTagHelper

ParametricFunctionSeriesTagHelper Class

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

Constructors

Name Description
ParametricFunctionSeriesTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

XFunc

Configurates XFunc. Sets the function used to calculate the x value.

YFunc

Configurates YFunc. Sets the function used to calculate the y value.