Displays a chart with raised effect. Simply specify the depth of the effect. All types of charts can be displayed with a raised effect.
Example of chart with raised effect:
// Increase the depth of raised effect for "MyChart" (created through programming)
grRaised("MyChart", 5)
// Increase the depth of raised effect for CHART_MyChart
grRaised(CHART_MyChart, 7)
Syntax
grRaised(<Chart name> , <Raised>)
<Chart name>: Control name or character string
Name of the chart to be used. This name corresponds to:- the chart name defined through programming with grCreate.
- the name of the Chart control in the window, page or report editor.
<Raised>: Integer
Depth of raised effect (in pixels). We advise you not to use a high raised effect in order for the chart to be displayed properly.
If this parameter is equal to 0, the chart is displayed in two dimensions (no raised effect).
Remarks
- All types of charts can be displayed with a raised effect.
- The data defined by grRaised will be taken into account during the next call to grDraw.