origin_plot_option_get
Retrieves and returns the current value of a specific LabTalk property (like line width or fill pattern) from a plot in an Origin graph, using its option token.
Instructions
Read one LabTalk set option off a data plot.
option is a LabTalk option token such as -w (line width, in points x
500) or -pfp (bar fill pattern). Use origin_set_options to find one --
the names are not guessable, and an invented one would be accepted by
Origin and do nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plot | No | ||
| graph | Yes | ||
| layer | No | ||
| option | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||