[]
Represents a Fibonacci Arcs tool for the FinancialChart.
public class FibonacciArcs<T> : ExtraSeries<T>
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| FibonacciArcs(FlexChartCore<T>) | Creates one FibonacciArcs<T> instance. |
| Name | Description |
|---|---|
| End | Gets or sets the ending DataPoint for the base line. |
| ExtraSeriesTypeName | Gets the Name of this Series. |
| LabelPosition | Gets or sets the LabelPosition for levels in FibonacciArcs tool. |
| Levels | Gets or sets the array of levels for plotting. |
| Start | Gets or sets the starting DataPoint for the base line. |