DrawFibonacciFan Method (6)¶
DrawFibonacciFan (1 of 6)¶
Summary¶
Draws a Fibonacci fan.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
name | string | The chart object name - a unique name that can be only used once for a chart area. If duplicated, the chart object will be replaced with a new one of the same name. |
time1 | DateTime | The time value of the Fibonacci fan start point location on the X-axis. |
y1 | double | The Y-axis value of the Fibonacci fan start point location. |
time2 | DateTime | The time value of the Fibonacci fan end point location on the X-axis. |
y2 | double | The Y-axis value of the Fibonacci fan end point location. |
color | Color | The Fibonacci fan lines color. |
Return Value¶
ChartFibonacciFan
Declaring Type¶
DrawFibonacciFan (2 of 6)¶
Summary¶
Draws a Fibonacci fan.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
name | string | The chart object name - a unique name that can be only used once for a chart area. If duplicated, the chart object will be replaced with a new one of the same name. |
time1 | DateTime | The time value of the Fibonacci fan start point location on the X-axis. |
y1 | double | The Y-axis value of the Fibonacci fan start point location. |
time2 | DateTime | The time value of the Fibonacci fan end point location on the X-axis. |
y2 | double | The Y-axis value of the Fibonacci fan end point location. |
color | Color | The Fibonacci fan lines color. |
thickness | int | The Fibonacci fan lines thickness. |
Return Value¶
ChartFibonacciFan
Declaring Type¶
DrawFibonacciFan (3 of 6)¶
Summary¶
Draws a Fibonacci fan.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
name | string | The chart object name - a unique name that can be only used once for a chart area. If duplicated, the chart object will be replaced with a new one of the same name. |
time1 | DateTime | The time value of the Fibonacci fan start point location on the X-axis. |
y1 | double | The Y-axis value of the Fibonacci fan start point location. |
time2 | DateTime | The time value of the Fibonacci fan end point location on the X-axis. |
y2 | double | The Y-axis value of the Fibonacci fan end point location. |
color | Color | The Fibonacci fan lines color. |
thickness | int | The Fibonacci fan lines thickness. |
lineStyle | LineStyle | The Fibonacci fan lines style. |
Return Value¶
ChartFibonacciFan
Declaring Type¶
DrawFibonacciFan (4 of 6)¶
Summary¶
Draws a Fibonacci fan.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
name | string | The chart object name - a unique name that can be only used once for a chart area. If duplicated, the chart object will be replaced with a new one of the same name. |
barIndex1 | int | The bar index of the Fibonacci fan start point location on the X-axis. |
y1 | double | The Y-axis value of the Fibonacci fan start point location. |
barIndex2 | int | The Y-axis value of the Fibonacci fan end point location. |
y2 | double | The Y-axis value of the Fibonacci fan end point location. |
color | Color | The Fibonacci fan lines color. |
Return Value¶
ChartFibonacciFan
Declaring Type¶
DrawFibonacciFan (5 of 6)¶
Summary¶
Draws a Fibonacci fan.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
name | string | The chart object name - a unique name that can be only used once for a chart area. If duplicated, the chart object will be replaced with a new one of the same name. |
barIndex1 | int | The bar index of the Fibonacci fan start point location on the X-axis. |
y1 | double | The Y-axis value of the Fibonacci fan start point location. |
barIndex2 | int | The Y-axis value of the Fibonacci fan end point location. |
y2 | double | The Y-axis value of the Fibonacci fan end point location. |
color | Color | The Fibonacci fan lines color. |
thickness | int | The Fibonacci fan lines thickness. |
Return Value¶
ChartFibonacciFan
Declaring Type¶
DrawFibonacciFan (6 of 6)¶
Summary¶
Draws a Fibonacci fan.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
name | string | The chart object name - a unique name that can be only used once for a chart area. If duplicated, the chart object will be replaced with a new one of the same name. |
barIndex1 | int | The bar index of the Fibonacci fan start point location on the X-axis. |
y1 | double | The Y-axis value of the Fibonacci fan start point location. |
barIndex2 | int | The Y-axis value of the Fibonacci fan end point location. |
y2 | double | The Y-axis value of the Fibonacci fan end point location. |
color | Color | The Fibonacci fan lines color. |
thickness | int | The Fibonacci fan lines thickness. |
lineStyle | LineStyle | The Fibonacci fan lines style. |
Return Value¶
ChartFibonacciFan
Declaring Type¶
Last update: February 6, 2023