[]
ITagHelper implementation for ParametricFunctionSeries<T>.
[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
| Name | Description |
|---|---|
| ParametricFunctionSeriesTagHelper() |
| 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. |