ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Chart>.SunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
<Image>.ModifySaturation (Function)
Changes the saturation of an image in an Image control.
grSaveImage (Function)
Saves the image of a chart in an Image variable.
<Chart>.RBAddData (Function)
Adds data to a Radial Bar chart.
<Chart>.LegendFont (Function)
Modifies the font used for the chart legend.
<Organization Chart>.DeleteAll (Function)
Deletes all elements from an Organization Chart control.
OrgSelectMinus (Function)
Deselects an element from an Organization Chart control.
<Chart>.WaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
HChangeConnection (Function)
Dynamically changes the connection associated with a table.
grSunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
OrgDeleteAll (Function)
Deletes all elements from an Organization Chart control.
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
YAxisMax (Property)
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
Zoom (Property)
The Zoom property gets or sets the zoom value: in an Image control. in a Map control. in an Organization Chart control. in a Table, TreeView Table, Pivot Table, Spreadsheet or List Box control. in a Word Processing control. in a PDF Reader control. in a Camera control. in a Diagram Editor control; in a window....
Range Area chart
The Range Area chart is used to show a variation between a high and a low value......
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......