|
|
|
|
|
|
|
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| Draws a chart according to the specified parameters. |
|
|
|
|
|
|
|
| Modifies the percentage corresponding to the radius of the hole in a Donut chart. |
|
|
|
|
|
|
|
| Retrieves and/or modifies the value of the line thickness in a Line chart.... |
|
|
|
|
|
|
|
| Initializes the label of a data category (or section) in a chart. |
|
|
|
|
|
|
|
| Initializes the label of a data series in a chart. |
|
|
|
|
|
|
|
| Checks the existence of a chart in memory. |
|
|
|
|
|
|
|
| Indicates the interval between values on the vertical and horizontal axis of a chart. |
|
|
|
|
|
|
|
| Defines the algorithm for aggregating data in a grouped or stacked Column chart. |
|
|
|
|
|
|
|
| Adds a data into a Heatmap chart. |
|
|
|
|
|
|
|
| Specifies the colors of different values in a Heatmap chart. |
|
|
|
|
|
|
|
| Modifies the caption of a category on the X-axis of a Heatmap chart. |
|
|
|
|
|
|
|
| Modifies the caption of a category on the Y-axis of a Heatmap chart. |
|
|
|
|
|
|
|
| Retrieves data from a Heatmap chart. |
|
|
|
|
|
|
|
| Deletes the colors specified by grHMColor from a Heatmap chart. |
|
|
|
|
|
|
|
| Adds a value to a data in a chart. |
|
|
|
|
|
|
|
| Returns the screen coordinates of a point or the screen coordinates of a value found in a chart. |
|
|
|
|
|
|
|
| Indicates the presence and position of legend in a chart. |
|
|
|
|
|
|
|
| Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm. |
|
|
|
|
|
|
|
| Identifies or defines whether the category labels are refreshed whenever the chart is drawn. |
|
|
|
|
|
|
|
| Identifies or defines whether a series is refreshed whenever the chart is drawn. |
|
|
|
|
|
|
|
| Defines the type of context menu displayed by a chart. |
|
|
|
|
|
|
|
| Defines the display mask for a level of time scale in a chart. |
|
|
|
|
|
|
|
| Defines the number of levels to display in the time scale of a chart as well as the maximum level. |
|
|
|
|
|
|
|
| Adds a data into a "Scatter" chart. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|