| Next revision | Previous revision |
| desktop:desktop_chart_scripting_function_reference_plot_wavecrest [2022/01/11 14:06] – created rob | desktop:desktop_chart_scripting_function_reference_plot_wavecrest [2023/09/21 19:58] (current) – external edit 127.0.0.1 |
|---|
| |
| | |
| PLOT_WAVECREST( <value>, <centerval>, <toplim>, <bottlim> )¶ | * PLOT_WAVECREST( <value>, <centerval>, <toplim>, <bottlim> ) |
| PLOT_WAVECREST( <value>, <centerval>, <toplim>, <bottlim>, <lineweight>, <linecolor>, <crestcolor> )¶ | * PLOT_WAVECREST( <value>, <centerval>, <toplim>, <bottlim>, <lineweight>, <linecolor>, <crestcolor> ) |
| |
| |
| |
| |
| | ---- |
| | <datatables> |
| | ^ Function Parameters^^ |
| | ^ Parameter ^ Description ^ |
| | | <value> | The value to plot. | |
| | | <centerval> | The value of the center line of the plot. | |
| | | <toplim> | The value of the top limit. | |
| | | <bottlim> | The value of the bottom limit. | |
| | | <lineweight>| The width or thickness to draw the line. | |
| | | <linecolor> | The color to draw the line.| |
| | | <crestcolor>| The color to draw the crests (when the line crosses above/below the the top/bottom limits. | |
| | </datatables> |
| |
| Function Parameters | ---- |
| Parameter Description | |
| <value> The value to plot. | |
| <centerval> The value of the center line of the plot. | |
| <toplim> The value of the top limit. | |
| <bottlim> The value of the bottom limit. | |
| <lineweight> The width or thickness to draw the line. | |
| <linecolor> The color to draw the line. | |
| <crestcolor> The color to draw the crests (when the line crosses above/below the the top/bottom limits. | |
| |