|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| 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 procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| Saves a chart that was drawn beforehand in a file in EMF format. |
|
|
|
|
|
|
|
| Saves the parameters of a chart in the format of a compressed string. |
|
|
|
|
|
|
|
| Saves a chart that was drawn beforehand in WMF format. |
|
|
|
|
|
|
|
| Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart. |
|
|
|
|
|
|
|
| Pulls out a section (or all sections) in a chart. |
|
|
|
|
|
|
|
| Defines whether a series will be drawn on the secondary axis. |
|
|
|
|
|
|
|
| Saves a chart that was previously drawn in a file in BMP format. |
|
|
|
|
|
|
|
| Adds a data to a Sunburst chart. |
|
|
|
|
|
|
|
| Specifies the starting angle of the first section in a Sunburst chart. |
|
|
|
|
|
|
|
| Changes the color of a section in a Sunburst chart. |
|
|
|
|
|
|
|
| Pulls out a section (or all the sections) in a Sunburst chart. |
|
|
|
|
|
|
|
| Changes or specifies the path of the root in a Sunburst chart. |
|
|
|
|
|
|
|
| Retrieves a numeric value from a Sunburst chart. |
|
|
|
|
|
|
|
| Defines the source of the category labels. |
|
|
|
|
|
|
|
| Defines the source of a series. |
|
|
|
|
|
|
|
| Deletes a data series from a chart. |
|
|
|
|
|
|
|
| Adds a data into a Surface chart. |
|
|
|
|
|
|
|
| Defines the color used for the altitude (Z axis) in a Surface chart. |
|
|
|
|
|
|
|
| Allows you to specify the mark caption for a Surface chart. |
|
|
|
|
|
|
|
| Enables or disables the mesh on a Surface chart. |
|
|
|
|
|
|
|
| Displays the gridlines for the different planes of a Surface chart. |
|
|
|
|
|
|
|
| Deletes the altitude colors specified by grSurfaceAltitudeColor. |
|
|
|
|
|
|
|
| Deletes the captions of marks found in a Surface chart. |
|
|
|
|
|
|
|
| Configures the size of a specific point in a Line or Scatter chart. |
|
|
|
|
|
|
|
| Defines the title of X-axis and the title of Y-axis in a chart. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|