|
|
◆ Text()
| Function Text |
( |
X As |
Double, |
|
|
Y As |
Double, |
|
|
S As |
String, |
|
|
Optional |
TransAxes = False, |
|
|
Optional KwArgs As |
String |
|
) |
| |
Draw text
- Purpose
- Draw text.
- Returns
- PyObject (Text).
The created Text instance.
(On error, Nothing is returned)
- Parameters
-
| [in] | X | Value of x axis. |
| [in] | Y | Value of y axis. |
| [in] | S | Text. |
| [in] | TransAexs | (Optional)
Specify if transform = ax.TransAxes. (default = False) |
| [in] | KwArgs | (Optional)
Optional keyword parameters. (default = "") |
|