[]
ITagHelper implementation for TrendLine<T>.
[HtmlTargetElement("c1-flex-chart-trendline")]
[RestrictChildren("c1-flex-chart-axis", new string[] { "c1-items-source", "c1-odata-source", "c1-odata-virtual-source" })]
public class TrendLineTagHelper : TrendLineBaseTagHelper<object, TrendLine<object>>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-flex-chart-trendline")>
<RestrictChildren("c1-flex-chart-axis", New String() { "c1-items-source", "c1-odata-source", "c1-odata-virtual-source" })>
Public Class TrendLineTagHelper
Inherits TrendLineBaseTagHelper(Of Object, TrendLine(Of Object))
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| TrendLineTagHelper() |
| Name | Description |
|---|---|
| CollectionName | Gets the collection name. |
| FitType | Configurates FitType. Sets the fit type of the trendline. |
| MaxX | Configurates MaxX. Sets the maximal x-value. |
| MinX | Configurates MinX. Sets the minimal x-value. |
| TrendLineOrder | Configurates TrendLineOrder. Sets the number of terms in a polynomial or fourier equation. |