[]
Represents a Fibonacci tool for FinancialChart. The tool enables the calculation and plotting of various alert levels that are useful in financial charts.
public class Fibonacci<T> : ExtraSeries<T>
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| Fibonacci(FlexChartCore<T>) | Creates one Fibonacci<T> instance. |
| Name | Description |
|---|---|
| ExtraSeriesTypeName | Gets the Name of this Series. |
| High | Gets or sets the high value of Fibonacci tool. |
| LabelPosition | Gets or sets the position of data labels. |
| Levels | Gets or sets the array of levels for plotting. |
| Low | Gets or sets the low value of Fibonacci tool. |
| MaxX | Gets or sets the x maximum value of the Fibonacci tool. |
| MinX | Gets or sets the x minimal value of the Fibonacci tool. |
| Uptrend | Gets or sets a value indicating whether to create uptrending Fibonacci tool. |