ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chart>.AxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
<Looper>.SelectMinus (Function)
Deselects a row in a Looper control.
<Looper>.Delete (Function)
Deletes a row from a Looper control.
<Looper>.DeleteSelect (Function)
Deletes the selected rows from a Looper control.
<Looper>.DeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
<Looper>.ToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
<Looper>.ToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
<Looper>.ToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
Pyramid charts
Pyramid charts allow you to view data in descending order......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
<Chart>.AddData (Function)
Adds a data into a chart.
<Chart>.AxisPosition (Function)
Indicates the position where one of the chart axes (X or Y-coordinates) will be drawn.
<Looper>.Position (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
<Chart>.StockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
<Chart>.LoadParameter (Function)
Restores the parameters used to draw a chart.
<Chart>.Gradient (Function)
Enables or disables the display of color gradients in a chart.
<Chart>.Draw (Function)
Draws a chart according to the specified parameters.
<Chart>.DonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
<Chart>.CategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
<Chart>.SeriesLabel (Function)
Initializes the label of a data series in a chart.
<Chart>.ColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
<Chart>.HMAddData (Function)
Adds a data into a Heatmap chart.
<Chart>.HMColor (Function)
Specifies the colors of different values in a Heatmap chart.
<Chart>.HMGetData (Function)
Retrieves data from a Heatmap chart.
<Chart>.HMDeleteColor (Function)
Deletes the colors specified by grHMColor from a Heatmap chart.