ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV, WEBDEV and WINDEV Mobile 2024 feature!
Help / WLanguage / WLanguage functions / Controls, pages and windows / Chart functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Defines the shape of cells in a Waffle chart.
Example
// Configures the chart
CHART_Chart.WaffleTypeCell(grWaffleCellRectangle)
// Redraws the chart
CHART_Chart.Draw()
Syntax
<Chart control>.WaffleTypeCell(<Cell shape>)
<Chart control>: Control name
Name of the chart to be used. This name corresponds to:
  • the name of the chart defined programmatically with grCreate.
  • the name of the Chart control in the window, page or report editor.
<Cell shape>: Integer constant
Shape of cells in the chart:
grWaffleCellSquareCells are displayed as squares.
grWaffleCellRoundedSquare
(Default value)
Cells are displayed as squares with rounded corners.
grWaffleCellRectangleCells are displayed as rectangles.
grWaffleCellRoundedRectangleCells are displayed as rectangles with rounded corners.
grWaffleCellCircleCells are displayed as circles.
Business / UI classification: Business Logic
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/28/2024

Send a report | Local help