[]
ITagHelper implementation for Fibonacci<T>.
[HtmlTargetElement("c1-flex-chart-fibonacci")]
public class FibonacciTagHelper : ExtraSeriesTagHelper<object, Fibonacci<object>>, ITagHelper, ITagHelperComponent
Name | Description |
---|---|
FibonacciTagHelper() |
Name | Description |
---|---|
CollectionName | Gets the collection name. |
High | Configurates High. Sets the high value of Fibonacci tool. |
LabelPosition | Configurates LabelPosition. Sets the position of data labels. |
Levels | Configurates Levels. Sets the array of levels for plotting. |
Low | Configurates Low. Sets the low value of Fibonacci tool. |
MaxX | Configurates MaxX. Sets the x maximum value of the Fibonacci tool. |
MinX | Configurates MinX. Sets the x minimal value of the Fibonacci tool. |
Uptrend | Configurates Uptrend. Sets a value indicating whether to create uptrending Fibonacci tool. |