[]
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
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. |