|
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
Displays or hides the chart gridlines. |
|
|
|
|
|
|
Used to display a chart with raised effect. |
|
|
|
|
|
|
Turns a Surface or Pyramid chart around one of its axes in order to better view the data |
|
|
|
|
|
|
Saves a chart that was previously drawn in a file in BMP format. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|