|
|
|
|
|
<Chart>.ScatterSeriesColor (Function) In french: <Graphe>.NuageCouleurSérie Initializes the color of a series in a "Scatter" chart. Reminder By default, series colors (or sector shares) are selected in a predefined order from a range of 13 colors.
GRF_MonGraphe.NuageAjouteDonnéeXY(1, 20, 20)
GRF_MonGraphe.NuageCouleurSérie(1, LightGreen)
Syntax
<Chart control>.ScatterSeriesColor(<Series number> , <Color>)
<Chart control>: Control name Name of the Chart control to use (in the window, page or report editor).
<Series number>: Integer Number of the series to use. <Color>: Integer or constant Color of the specified series. This color can correspond to: Remarks - The data defined by <Chart>.ScatterSeriesColor will be taken into account during the next call to <Chart>.Draw.
- To display the color gradients, use <Chart>.Gradient.
- <Chart>.ScatterSeriesColor and <Chart>.SeriesColor are equivalent.
The syntax of <Chart>.SeriesColor used with "Scatter" charts is:
<Chart control>.SeriesColor(2*<Index>-1, <Color>)
Related Examples:
|
Unit examples (WINDEV): The Chart functions
[ + ] Using the main chart designer features of WINDEV: - Create a Pie, Column or Line chart - Define the display area of a chart - Define the chart options (legend, percentage, ...) - Draw a line on a chart
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|