|
|
|
|
|
grSeriesColor (Function) In french: grCouleurSérie 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.
grSeriesColor(GRF_MonGraphe, 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 name of the chart defined programmatically 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 the 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:
|
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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|