ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
Initializes the color of a series, the color of a pie section or the color of a funnel section.
By default, the colors of series (or the colors of sections) are selected according to a preset order among a set of 11 colors.
Example
// Modifies the color of series 2 in the "CHART_MyChart" control
grSeriesColor(CHART_MyChart, 2, LightYellow)
Syntax
grSeriesColor(<Chart name> , <Series number> , <Color>)
<Chart name>: Control name or character string
Name of the chart to be used. This name can correspond to:
  • the chart name defined through programming with grCreate.
  • the name of the Chart control in the window, page or report editor.
<Series number>: Integer
Number of the series to use.
For a Pie chart (grPie constant), this parameter corresponds to the subscript of data in the series (the section number).
For a Funnel chart (grFunnel constant), this parameter corresponds to the subscript of the data in the series (the section number).
<Color>: Integer or Integer constant
Color of specified series. This color can correspond to:
Remarks
  • The following colors are used by default:
  • The colors defined by grSeriesColor will be taken into account during the next call to grDraw.
  • To display the color gradients, use grGradient.
  • To define a color for the series in "Scatter" charts, it is recommended to use grScatterSeriesColor.
  • The SeriesColor property allows you to get and initialize the color of a series or a pie section (same as grSeriesColor).
Related Examples:
WD Chart Training (WINDEV): WD Chart
[ + ] This example presents the different uses of the Chart control.
Different types of charts are presented:
- Pie
- Sunburst
- Line
- Scatter
- Column
- Area
- etc.

The main features presented here are the possibility to customize of charts from the code, as well as to fill the chart from an HFSQL data file, or in the editor.
Business / UI classification: Neutral code
Component: wd290grf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help