[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.TagHelpers.FibonacciFansTagHelper

FibonacciFansTagHelper Class

ITagHelper implementation for FibonacciFans<T>.

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

Constructors

Name Description
FibonacciFansTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

End

Configurates End. Sets the ending DataPoint for the base line.

LabelPosition

Configurates LabelPosition. Sets the LabelPosition for levels in FibonacciArcs tool.

Levels

Configurates Levels. Sets the array of levels for plotting.

Start

Configurates Start. Sets the starting DataPoint for the base line.