[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.TagHelpers.FibonacciTagHelper

FibonacciTagHelper Class

ITagHelper implementation for Fibonacci<T>.

Namespace: C1.Web.Mvc.Finance.TagHelpers
Assembly: C1.AspNetCore.Mvc.Finance.dll
Syntax
[HtmlTargetElement("c1-flex-chart-fibonacci")]
public class FibonacciTagHelper : ExtraSeriesTagHelper<object, Fibonacci<object>>, ITagHelper, ITagHelperComponent

Constructors

Name Description
FibonacciTagHelper()

Properties

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.