|
|
|
|
|
<Chart>.SurfaceMarkCaption (Function) In french: <Graphe>.SurfaceLibelléGraduation Allows you to specify the mark caption for a Surface chart. GRF_MonGraphe.SurfaceLibelléGraduation(grXCoordinate, 1, "Janvier")
Syntax
<Chart control>.SurfaceMarkCaption(<Mark axis> , <Value> , <Caption>)
<Chart control>: Control name Name of Chart control to be manipulated (present in the window or report editor). <Mark axis>: Integer constant Type of axis on which the marks will be displayed: | | grXCoordinate | X-axis. | grYCoordinate | Y-axis. | grZCoordinate | Z-axis. |
<Value>: Real Value of mark for which the caption will be modified. <Caption>: Character string New caption for the mark. Remarks Managing marks In order for the mark caption to be displayed: - a mark must exist at the specified value. Otherwise, the mark caption will not be displayed.
- the mark must have a value. The caption will not be displayed if a mark has no value.
Reminder: The graduations of a surface chart can be defined: - in the editor, in the Chart control description window ("General" tab).
- through programming, with <Chart>.Interval.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|