ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Chart functions
  • Managing marks
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Used to specify the mark caption for a 3D Scatter chart.
Example
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:
grXCoordinateX-axis.
grYCoordinateY-axis.
grZCoordinateZ-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.
Component: wd290grf.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help