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_POINTS ====== * PLOT_POINTS( <value> ) * PLOT_POINTS( <value>, <pointsize>, <pointstyle>, <pointcolor> ) * PLOT_POINTS( <value>, <pointsize>, <pointstyle>, <fillcolor>, <bordercolor> ) Draws a point plot of the value. ---- <datatables> ^ Function Parameters^^ ^ Parameter ^ Description ^ | <value>| The value to plot. | | <pointsize>| The size of points to plot. | | <pointstyle> |The style of the points. See PointStyle below. | | <pointcolor> | The color to draw the points. | | <fillcolor>| The color to draw the center of the points. | | <bordercolor>| The color to draw the outline of the points. | </datatables> ---- <datatables> ^ PointStyle Values^^ ^ Parameter ^ Description ^ | PointStyle.Circle | A solid circle. | | PointStyle.OpenCircle | An open circle. | | PointStyle.Square | A solid square. | | PointStyle.OpenSquare | An open square. | | PointStyle.Triangle | A solid triangle. | | PointStyle.OpenTriangle | An open triangle. | </datatables> ---- desktop/desktop_chart_scripting_function_reference_plot_points.txt Last modified: 2023/09/21 19:58by 127.0.0.1