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