[]
        
(Showing Draft Content)

C1.Win.Chart.Finance.FibonacciExtension

FibonacciExtension Class

Base class for fibonacci extension

Implements
ISeries
IStyleProvider
Namespace: C1.Win.Chart.Finance
Assembly: C1.Win.FinancialChart.8.dll
Syntax
public abstract class FibonacciExtension : Series, IDisposable, ISeries, IStyleProvider

Constructors

Name Description
FibonacciExtension()

Properties

Name Description
EndX

Gets or sets the ending x data point for the FibonacciArcs. This value can be number or a Date object (for time-based data). Unlike some of the other Fibonacci tools, the ending x is not calculated automatically if undefined.

EndY

Gets or sets the ending y data point for the FibonacciArcs. Unlike some of the other Fibonacci tools, the ending y is not calculated automatically if undefined.

LabelPosition

Gets or sets the LabelPosition for levels in FibonacciFans tool.

Levels

Gets or sets the array of levels for plotting.

StartX

Gets or sets the starting x data point for the FibonacciArcs. This value can be number or a Date object (for time-based data). Unlike some of the other Fibonacci tools, the starting x is not calculated automatically if undefined.

StartY

Gets or sets the ending y data point for the FibonacciArcs. Unlike some of the other Fibonacci tools, the ending y is not calculated automatically if undefined.

Methods

Name Description
GetChartType()

Gets the chart type.