| | |
Constant | Effect | Parameter value |
---|
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 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 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 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 | Zoom of chart | 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 title overlap 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%. |
Versions 17 and latergrAlgoFunnel New in version 17grAlgoFunnel grAlgoFunnel | Mode for representing the data in a Funnel chart. | Integer constant:- grFunnelArea: The value is symbolized by the area of funnel section.
- grFunnelHeight: The value is symbolized by the height of funnel section.
|
Versions 24 and latergrAlgoPyramid New in version 24grAlgoPyramid grAlgoPyramid | Mode for representing the data in a Pyramid chart. | Integer constant:- grPyramidHeight: The value is symbolized by the height of the pyramid section.
- grPyramidVolume: The value is symbolized by the volume of the pyramid section.
|
Versions 22 and latergrScrollbarZoomAlwaysVisible New in version 22grScrollbarZoomAlwaysVisible grScrollbarZoomAlwaysVisible | Management of scrollbars during a zoom. | Boolean.- True (by default) if the zoom scrollbars must always be visible, even when the chart is displayed at 100%.
- False if the zoom scrollbars must become invisible when the chart is displayed at 100%.
|
Versions 23 and latergrSamplingEnabled New in version 23grSamplingEnabled grSamplingEnabled | Management of data sampling. | Boolean.- True if the data sampling is enabled.
- False if the data sampling is disabled.
|
Versions 16 and latergrOptimizedLocation New in version 16grOptimizedLocation grOptimizedLocation | Enable the optimization used to fill the available space for the Pie, Semi-circular and Donut charts displayed in a control or in a window. | Boolean. If the optimization of the fill is enabled, the Pie, Semi-circular and Donut charts will occupy the entire available space when they are displayed in a control or in a window. The optimization of the fill is enabled by default. |
grOptimizedMarksX | Enable the optimization of marks on the horizontal axis (X axis). | Boolean. If the optimization of marks is enabled, only some marks are displayed to avoid the overlapping effects. Marks are optimized by default ("Mark" option set to "Default" in the Chart control description window). |
grOptimizedMarksY | Enable the optimization of marks on the vertical axis (Y axis). | Boolean. If the optimization of marks is enabled, only some marks are displayed to avoid the overlapping effects. Marks are optimized by default ("Mark" option set to "Default" in the Chart control description window). |
Versions 21 and latergrHMDisplayColor New in version 21grHMDisplayColor grHMDisplayColor | Mode for displaying colors between two values in a Heatmap chart. | The possible values are: - grColorGradient (by default): A linear gradient is applied to the intermediate values.
- grLowerLevel: The display of colors is done by level. All the values less than or equal to the level will take the color given by grHMColor.
- grHigherLevel: The display of colors is done by level. All the values greater than or equal to the level will take the color given by grHMColor.
|
Versions 20 and latergrSunburstCaptionPerpendicularSection New in version 20grSunburstCaptionPerpendicularSection grSunburstCaptionPerpendicularSection | Enable the display of captions perpendicular to sections. | Boolean. By default, labels are displayed in a circular orientation. If this option is enabled (True), the label will be displayed in a circular orientation. |
Versions 23 and latergrProjection3DScatter New in version 23grProjection3DScatter grProjection3DScatter | Mode for displaying the projections on a 3D Scatter chart. | The projections have been defined by grScatter3DProjection. The possible values are: - grProjectionNone: No projection is performed.
- grProjectionClick: The projections are visible during the click on the point.
- grProjectionAlwaysVisible (by default): These projections are always visible.
|
Versions 20 and latergrInteractiveSunburst New in version 20grInteractiveSunburst grInteractiveSunburst | Mode for managing the interactivity of Sunburst chart. | Boolean.- True (default option): the Sunburst chart is interactive: a click on a section is used to display the sections of sub-levels.
- False: the Sunburst chart is not interactive.
|
Versions 20 and latergrSunburstMaxLevel New in version 20grSunburstMaxLevel grSunburstMaxLevel | Maximum number of levels displayed in a Sunburst chart. | Integer. Default value: 0 (corresponds to no limit). |
Versions 22 and latergrInfiniteZoomOut New in version 22grInfiniteZoomOut grInfiniteZoomOut | Management of zoom out (unzoom) | Boolean. - True to allow the zoom out in a chart (which means to use a negative zoom when the chart is displayed at 100%)
- False (by default) to forbid the zoom out.
|