[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.TagHelpers.FibonacciArcsTagHelper

FibonacciArcsTagHelper Class

ITagHelper implementation for FibonacciArcs<T>.

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

Constructors

Name Description
FibonacciArcsTagHelper()

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.