[]
Represents a Fibonacci Arcs tool for the FinancialChart.
public class FibonacciArcs : Series, IDisposable
| Name | Description |
|---|---|
| FibonacciArcs() |
| 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 |
| 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 actual chart type. |