|
|
|
|
<Chart>.Scatter3DMarkCaption (Function) In french: <Graphe>.Nuage3DLibelléGraduation Used to specify the mark caption for a 3D Scatter chart. CHART_MyChart.Scatter3DMarkCaption(grXCoordinate, 1, "January")
Syntax
<Chart control>.Scatter3DMarkCaption(<Mark axis> , <Value> , <Caption>)
<Chart control>: Control name Name of the Chart control to use (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 <Chart>.Interval.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|