|
|
|
|
|
grGradient (Function) In french: grDégradé Enables or disables the display of color gradients in a chart. Reminder By default, graph colors are Gradient.
grCreate("MonGraphe", grCandleStick)
...
grGradient("MonGraphe", False)
grGradient(GRF_MonGraphe, False)
Syntax
grGradient(<Chart name> , <Gradient>)
<Chart name>: Control name or character string Name of the chart to be used. This name corresponds to:- the name of the chart defined programmatically with grCreate.
- the name of the Chart control in the window, page or report editor.
<Gradient>: Boolean - True to display the chart by using the color gradients,
- False otherwise.
Remarks - The charts display the color gradients by default. The color gradients can be displayed by all the types of charts.
- The settings defined with grGradient will be taken into account next time grDraw is called.
- During the print, the gradient mode will not be taken into account for the Pie charts.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|