|
|
|
|
|
<Chart>.SeriesColor (Function) In french: <Graphe>.CouleurSé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.
GRF_MonGraphe.CouleurSérie(2, LightYellow)
Syntax
<Chart control>.SeriesColor(<Series number> , <Color>)
<Chart control>: Control name Name of manipulated Chart control (present in window, page or report editor).
<Series number>: Integer Number of the series to use.
For a Pie chart (constant grSector), this parameter corresponds to the index of the data in the series (the sector number). For a Funnel chart (constant grFunnel), this parameter corresponds to the index of the data in the series (the portion 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 <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:
|
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|