| | |
Constant | Effect | Value of the drawing parameter |
---|
gr3DSPropAnimation | Type of animation played when displaying the chart | Integer The possible values are:- 0: no animation
- 1: zoom in
- 2: rotating effect
- 4: progressive drawing of bars/sections
- 8: progressive display of colors
These values can be added. The default value is 15. |
gr3DSPropAutoZoom | Automatic zoom of chart | Boolean True (by default) if the zoom must be automatically calculated, False otherwise. If the zoom is automatically calculated, the value of gr3DSPropDistance constant is ignored. |
gr3DSPropColorPlaneX | Color of vertical plane (axis to right or to left) | Integer RGB component of the color (returned by RGB) or a preset color. To avoid drawing this axis, use the Transparent constant. This constant is taken into account by the bar charts and by the line charts only. The default value is LightGray. |
gr3DSPropColorPlaneY | Color of horizontal plane (axis above or below) | Integer RGB component of the color (returned by RGB) or a preset color. To avoid drawing this axis, use the Transparent constant. This constant is taken into account by the bar charts and by the line charts only. The default value is LightGray. |
gr3DSPropColorPlaneZ | Color of background plane | Integer RGB component of the color (returned by RGB) or a preset color. To avoid drawing this axis, use the Transparent constant. This constant is taken into account by the bar charts and by the line charts only. The default value is LightGray. |
gr3DSPropDistance | Chart zoom | Real The possible values are included between 0 and infinity. This constant is taken into account only if the gr3DSPropAutoZoom constant is set to False. The default value is 189. |
gr3DSPropElevation | Rotation angle (in degrees) of the chart around the vertical axis (Y axis). | Real The possible values are included between 0 and 360. The value 0 displays a frontal view of chart. The value 90 displays the chart from above. The best rotation angle is automatically calculated by default. |
gr3DSPropLegendOverlap | The legend and title overlap the chart. | Boolean True if the legend and the title are superimposed to the chart, False (by default) otherwise. |
gr3DSPropLightX | X-coordinate of the light that is lighting the chart. | Real The possible values are included between 0 and infinity. The default value is 78. |
gr3DSPropLightY | Y-coordinate of the light that is lighting the chart | Real The possible values are included between 0 and infinity. The default value is 80. |
gr3DSPropRotation | Rotation angle (in degrees) of the chart around the horizontal axis (X-axis). | Real The possible values are included between 0 and 360. The value 0 displays a frontal view of chart. The value 90 displays a right view of chart. The best rotation angle is automatically calculated by default. |
gr3DSPropTransparency | Transparency level (in percentage) for the bars or chart sections. | Integer The possible values are included between 0 (opaque) and 100 (transparent/invisible). The default value is 27%. |