ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Chart control: "Detail" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe...
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels...
Chart control: "General" Tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control...
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports...
grSeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
Manipulating the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations...
grSeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
<Chart>.SeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
<Chart>.SeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
<Chart>.LoadParameter (Function)
Restores the parameters used to draw a chart.
<Chart>.Draw (Function)
Draws a chart according to the specified parameters.
<Chart>.SeriesLabel (Function)
Initializes the label of a data series in a chart.
<Chart>.Legend (Function)
Indicates the presence and position of legend in a chart.
<Chart>.ScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
<Chart>.ScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
<Chart>.ScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Chart>.LegendFont (Function)
Modifies the font used for the chart legend.
<Chart>.TitleFont (Function)
Modifies the font used for the chart title.
<Chart>.Raised (Function)
Used to display a chart with raised effect.
grRBAddData (Function)
Adds data to a Radial Bar chart.
grLoadParameter (Function)
Restores the parameters used to draw a chart.
grRaised (Function)
Used to display a chart with raised effect.
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
grScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
grLegend (Function)
Indicates the presence and position of legend in a chart.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
grImageSize (Function)
Defines the size of the image containing the chart.
<Chart>.RBAddData (Function)
Adds data to a Radial Bar chart.
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.