[]
Base class for fibonacci extension
public abstract class FibonacciExtension : Series, IDisposable, ISeries, IStyleProvider
| Name | Description |
|---|---|
| FibonacciExtension() |
| 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. |
| Name | Description |
|---|---|
| GetChartType() | Gets the chart type. |