ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Chart control / Types of charts
  • Overview
  • Characteristics of bubble chart
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
Overview
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
Characteristics of bubble chart
In this chart:
1. Bubble with its value.
The value of the bubble is displayed if "Show values" is checked in the "Details" tab of the Chart control description.
To modify the color of a bubble, use grCategoryColor.
2. Title of axes.
The title of horizontal and vertical axes is displayed if the title was defined in the "General" tab of the Chart control description. This parameter can also be defined through programming with grAxisTitle.
3. Chart title.
The characteristics of the chart title can be defined in the "Details" tab of the control description ("Edit chart title").
You can define the chart title, its position and style.
4. Legend.
The characteristics of the legend can be defined in the "Details" tab of the control description ("Edit chart legend").
You can define its position and its style.
5. Labels of series.
The caption of the legend corresponds to the caption of the first series displayed in the chart (defined in the "Series" tab or through programming with grSeriesLabel).
6. Color of series.
The color of series corresponds to the color of first series. A color can be defined for each series in the "Series" tab of the control description. The color of series can also be defined through programming with grSeriesColor. An automatic color is used by default.
7. Category label and marks.
The category labels can be defined in the "Series" tab of the control description.
The mark is automatically calculated by default. The "General" tab of the control description is used to:
  • define a specific mark.
  • define a scale on the X-axis according to the time. This option operates with Date or DateTime data coming from a Table control or from an HFSQL item. This option cannot be used with a series filled through programming.
  • define a logarithmic scale on the Y axis.
You also have the ability to use the secondary scale for one or more series ("Series" tab).
8. Gridlines.
To display the gridlines, select "Gridlines" and "Gridlines" in the "General" tab of the control description.
9. Scrollbars used to perform a zoom.
The ability to zoom in a chart can be defined in the "Details" tab the of control description. This option is available in WINDEV only.
Other characteristics:
    Minimum version required
    • Version 16
    This page is also available for…
    Comments
    Click [Add] to post a comment

    Last update: 05/26/2022

    Send a report | Local help