|
|
◆ Set_xlabel()
| Sub Set_xlabel |
( |
Label As |
String, |
|
|
Optional KwArgs As |
String |
|
) |
| |
Set x-axis label
- Purpose
- Set the label for the x-axis.
- Parameters
-
| [in] | Label | Label text. |
| [in] | KwArgs | (Optional)
Optional keyword parameters. (default = "") |
- Example Program
- See example of Contour.
|