[]
        
(Showing Draft Content)

C1.WPF.Chart.Finance.FibonacciFans

FibonacciFans Class

Represents a Fibonacci Fan tool for the FinancialChart.

Inheritance
FibonacciFans
Implements
Namespace: C1.WPF.Chart.Finance
Assembly: C1.WPF.FinancialChart.4.6.2.dll
Syntax
public class FibonacciFans : Series, IDisposable

Constructors

Name Description
FibonacciFans()

Fields

Name Description
EndXProperty

Identifies the EndX dependency property.

EndYProperty

Identifies the EndY dependency property.

LabelPositionProperty

Identifies the LabelPosition dependency property.

LevelsProperty

Identifies the Levels dependency property.

StartXProperty

Identifies the StartX dependency property.

StartYProperty

Identifies the StartY dependency property

Properties

Name Description
EndX

Gets or sets the ending x data point for the FibonacciFans. 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 FibonacciFans. 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 FibonacciFans. 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 FibonacciFans. Unlike some of the other Fibonacci tools, the ending y is not calculated automatically if undefined.

Methods

Name Description
GetChartType()

Gets actual chart type.