|
|
|
|
|
grRBRotationDirection (Function) In french: grCPSensDeRotation Sets the rotation direction in a Radial Bar chart. grRBRotationDirection(CHART_Chart1, grAnticlockwise)
Syntax
grRBRotationDirection(<Chart name> , <Rotation>)
<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 or report editor.
<Rotation>: Integer constant Rotation direction in the chart: | | grAnticlockwise | The data in the Radial Bar char will be displayed in an anticlockwise direction. | grClockwise | The data in the Radial Bar char will be displayed in a clockwise direction. |
Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|