|
|
|
|
|
<Chart>.SurfaceDeleteMarkCaption (Function) In french: <Graphe>.SurfaceSupprimeLibelléGraduation Deletes the captions of marks found in a Surface chart. GRF_MonGraphe.SurfaceSupprimeLibelléGraduation(grXCoordinate, 1)
Syntax
<Chart control>.SurfaceDeleteMarkCaption([<Mark axis> [, <Value>]])
<Chart control>: Control name Name of Chart control to be manipulated (present in the window or report editor). <Mark axis>: Integer constant Type of the axis from which the marks must be deleted:
| | grXCoordinate | X-axis. | grYCoordinate | Y-axis. | grZCoordinate | Z-axis. |
If this parameter is not specified, the marks are deleted from all the axes. <Value>: Real Value of the mark for which the caption must be deleted. If this parameter is not specified, all the captions of the marks will be deleted.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|