[]
Represents a Fibonacci Retracements tool for the FinancialChart. This tool enables the calculation and plotting of various alert levels that are useful in financial charts.
public class Fibonacci : Series, IDisposable
Name | Description |
---|---|
Fibonacci() |
Name | Description |
---|---|
HighProperty | Identifies the High dependency property. |
LabelPositionProperty | Identifies the LabelPosition dependency property. |
LevelsProperty | Identifies the Levels dependency property. |
LowProperty | Identifies the Low dependency property. |
MaxXProperty | Identifies the MaxX dependency property. |
MinXProperty | Identifies the MinX dependency property. |
UptrendProperty | Identifies the Uptrend dependency property. |
Name | Description |
---|---|
High | Gets or sets the high value of Fibonacci tool. If not specified, the high value is calculated based on data values provided by the ItemsSource. |
LabelPosition | Gets or sets the label position for levels in Fibonacci tool. |
Levels | Gets or sets the array of levels for plotting. |
Low | Gets or sets the low value of Fibonacci tool. If not specified, the low value is calculated based on data values provided by ItemsSource. |
MaxX | Gets or sets the x maximum value of the Fibonacci tool. If not specified, current maximum of x-axis is used. The value can be specified as a number or Date object. |
MinX | Gets or sets the x minimum value of the Fibonacci tool. If not specified, current minimum of x-axis is used. The value can be specified as a number or Date object. |
Uptrend | Gets or sets a value indicating whether to create uptrending Fibonacci tool. Default value is true(uptrend). If the value is false, the downtrending levels are plotted. |
Name | Description |
---|---|
GetChartType() | Gets actual chart type. |