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.
Linux Caution: A specific configuration is required to use this function in Linux. For more details, see The charts.
Example
// Modifies the color of series 2 in the "CHART_MyChart" control
CHART_MyChart.SeriesColor(2, LightYellow)
Syntax
<Chart control>.SeriesColor(<Series number> , <Color>)
<Chart control>: Control name
Name of the Chart control used (found in the window editor, page editor or report editor).
WEBDEV - Browser codePHP Only the interactive Chart controls are available.
<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 <Chart>.SeriesColor will be taken into account during the next call to <Chart>.Draw.
  • To display the color gradients, use <Chart>.Gradient.
  • To define a color for the series in "Scatter" charts, it is recommended to use <Chart>.ScatterSeriesColor.
  • The SeriesColor property allows you to get and initialize the color of a series or a pie section (same as <Chart>.SeriesColor).
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 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help