[]
ITagHelper implementation for FunctionSeries<T>.
public class FunctionSeriesTagHelper<T, TControl> : TrendLineBaseTagHelper<T, TControl>, ITagHelper, ITagHelperComponent where TControl : FunctionSeries<T>
Public Class FunctionSeriesTagHelper(Of T, TControl As FunctionSeries(Of T))
Inherits TrendLineBaseTagHelper(Of T, TControl)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| T | |
| TControl |
| Name | Description |
|---|---|
| FunctionSeriesTagHelper() |
| Name | Description |
|---|---|
| CollectionName | Gets the collection name. |
| Max | Configurates Max. Sets the max value for the function calculation. |
| Min | Configurates Min. Sets the minimum value for function calculation. |