ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Chart functions
  • Marks on axes
  • Types of charts
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Warning
From version 28 (75), Chart.Graduate is kept for backward compatibility. This function has been replaced with <Chart>.Interval.
Indicates the interval between values on the vertical and horizontal axis of a chart.
Reminder By default, the graduation pitch is 0. This interval is adjusted to fit the available space in the selected destination.
Linux Caution: In Linux, this function requires a specific configuration. For more details, see The charts.
Example
// Champ Graphe
// Axe horizontal du graphe gradué avec un pas de 10
GRF_MonGraphe.Graduation(10, grXCoordinate)
Syntax
<Chart control>.Mark(<Step> [, <Type of axis>])
<Chart control>: Control name
Interval between two marks. If this parameter is set to 0, the interval will be adjusted to fit the available space in the selected destination.
<Step>: Real
Interval between two marks. If this parameter is set to 0, the interval will be adjusted to fit the available space in the selected destination.
<Type of axis>: Optional constant
Type of the axis for which the interval is defined:
grSecondaryYCoordinateMarks on the secondary X-axis.
grXCoordinate
(Default value)
Marks on the X-axis.
grYCoordinateMarks on the Y-axis.
grZCoordinateMarks on the Z-axis (Surface chart only).
AndroidPHP This constant is not available.
Remarks

Marks on axes

  • Limits: 100 graduations above and 100 graduations below the "X" axis.
  • The last mark displayed is the first multiple of <Interval> greater than the highest data value. The entire data is displayed regardless of the destination dimension.
  • To modify the start and end marks on the horizontal, vertical or secondary axis of a chart, use <Chart>.Origin.
  • The data defined by <Chart>.Interval will be taken into account during the next call to <Chart>.Draw.

Types of charts

The marks on axes have no effect on the Pie charts.
Related Examples:
The Chart functions Unit examples (WINDEV): The Chart functions
[ + ] Using the main chart designer features of WINDEV:
- Create a Pie, Column or Line chart
- Define the display area of a chart
- Define the chart options (legend, percentage, ...)
- Draw a line on a chart
The Chart control Unit examples (WINDEV Mobile): The Chart control
[ + ] Using the Chart control to display different types of charts:
- Pie (or pie chart)
- Line
- Column chart
- Area
Component: wd300grf.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/26/2024

Send a report | Local help