ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
Handling a chart in the editor
In the editor, a Chart control includes different sections......
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
SeriesColor (Property)
The SeriesColor property is used to: Find out the color of a series in a chart. Modify the color of a series in a chart....
grHolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
<Chart>.HolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
<Chart>.CategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
<Chart>.PointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
grPointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
ZAxisMax (Property)
The ZAxisMax property gets the maximum value of the Z-axis in a Chart control (Surface chart).
ZAxisMin (Property)
The ZAxisMin property gets the minimum value of the Z-axis in a Chart control (Surface chart).
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....