DrawText Method (2)¶
DrawText (1 of 2)¶
Summary¶
Draws the text.
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. | ||
text | string | The text content. |
time | DateTime | The time value of the text object location on the |
X-axis. | ||
y | double | The Y-axis value of the text object location. |
color | Color | The color of the text. |
Return Value¶
ChartText
Declaring Type¶
DrawText (2 of 2)¶
Summary¶
Draws the text.
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. |
text | string | The text content. |
barIndex | int | The bar index of the text object location on the X-axis. |
y | double | The Y-axis value of the text object location. |
color | Color | The color of the text. |
Return Value¶
ChartText
Declaring Type¶
Last update: January 27, 2023