DrawVerticalLine Method (6)¶
DrawVerticalLine (1 of 6)¶
Summary¶
Draws a vertical line.
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. |
time | DateTime | The time value on the X-axis. |
color | Color | The line color. |
Return Value¶
ChartVerticalLine
Declaring Type¶
DrawVerticalLine (2 of 6)¶
Summary¶
Draws a vertical line.
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. |
time | DateTime | The time value of the line location on the X-axis. |
color | Color | The line color. |
thickness | int | The line thickness. |
Return Value¶
ChartVerticalLine
Declaring Type¶
DrawVerticalLine (3 of 6)¶
Summary¶
Draws a vertical line.
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. |
time | DateTime | The time value of the line location on the X-axis. |
color | Color | The line color. |
thickness | int | The line thickness. |
lineStyle | LineStyle | The line style. |
Return Value¶
ChartVerticalLine
Declaring Type¶
DrawVerticalLine (4 of 6)¶
Summary¶
Draws a vertical line.
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. |
barIndex | int | The bar index of the line location on the X-axis. |
color | Color | The line color. |
Return Value¶
ChartVerticalLine
Declaring Type¶
DrawVerticalLine (5 of 6)¶
Summary¶
Draws a vertical line.
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. |
barIndex | int | The bar index of the line location on the X-axis. |
color | Color | The line color. |
thickness | int | The line thickness. |
Return Value¶
ChartVerticalLine
Declaring Type¶
DrawVerticalLine (6 of 6)¶
Summary¶
Draws a vertical line.
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. |
barIndex | int | The bar index of the line location on the X-axis. |
color | Color | The line color. |
thickness | int | The line thickness. |
lineStyle | LineStyle | The line style. |
Return Value¶
ChartVerticalLine
Declaring Type¶
Last update: January 27, 2023