|
|
|
|
|
grScatter3DMarkCaption (Function) In french: grNuage3DLibelléGraduation Used to specify the mark caption for a 3D Scatter chart. grScatter3DMarkCaption(CHART_MyChart, grXCoordinate, 1, "January")
Syntax
grScatter3DMarkCaption(<Chart name> , <Mark axis> , <Value> , <Caption>)
<Chart name>: Control name or character string Name of 3D Scatter chart to use. This name corresponds to:- the chart name defined through programming with grCreate.
- the name of the Chart control (in the window 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 marks of a 3D Scatter chart can be defined: - in the editor, in the Chart control description window ("General" tab).
- through programming, with grInterval.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|