Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== PLOT_BAND ====== * PLOT_BAND( <value>, <topvalue>, <bottvalue> ) * PLOT_BAND( <value>, <topvalue>, <bottvalue>, <linewidth>, <linecolor> ) * PLOT_BAND( <value>, <topvalue>, <bottvalue>, <linewidth>, <linecolor>, <fillcolor> ) * PLOT_BAND( <value>, <topvalue>, <bottvalue>, <linewidth>, <linecolor>, <fillcolor>, <fillopacity> ) Draws a line plot of the value with upper and lower bands and option shading between the bands. ---- <datatables> ^ Function Parameters^^ ^ Parameter ^ Description ^ | <value>| The value to plot.| | <topvalue> | The value of the top band to plot. | | <bottvalue>| The value of the bottom band to plot. | | <linewidth> | The width or thickness to draw the lines. | | <linecolor> | The color to fill between the bands. | | <fillcolor> | The color to fill between the bands. | | <fillopacity> | The opacity of the band fill. 100 is fully opaque, 0 is fully transparent. | </datatables> ---- desktop/desktop_chart_scripting_function_reference_plot_band.txt Last modified: 2023/09/21 19:58by 127.0.0.1