| | |
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: rotation effect
- 4: progressive construction of strikethroughs / sectors
- 8: progressive color display
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 | 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 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%. |
grAlgoFunnel | Mode for representing the data in a Funnel chart. | Integer constant:- grEntonnoirAire The value is symbolized by the area of the funnel portion.
- grFunnelHeight The value is symbolized by the height of the funnel portion.
|
grAlgoPyramid | Mode for representing the data in a Pyramid chart. | Integer constant:- grPyramidHeight The value is symbolized by the height of the portion of the pyramid.
- grPyramidVolume The value is symbolized by the volume of the portion of the pyramid.
|
grHMDisplayColor | Mode for displaying colors between two values in a Heatmap chart. | The possible values are: - grDegradedColor (default): A linear Gradient is applied to intermediate values.
- grLowerLevel: Color display is stepwise. All the values less than or equal to the level will take the color given by grHMColor.
- grTopPalier: Color display in stages. All the values greater than or equal to the level will take the color given by grHMColor.
|
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.
|
grInteractiveSunburst | Mode for managing the interactivity of Sunburst chart. | Boolean.- True (default): the Sunburst chart is interactive: click on a portion to display the sub-level portions.
- False The Sunburst chart is not interactive.
|
grOptimizedLocation | Enable the optimization used to populate 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 the 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 the 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). |
grProjection3DScatter | Mode for displaying the projections on a 3D Scatter chart. | The projections have been defined by grScatter3DProjection. The possible values are: - grProjectionAucune: No projection is performed.
- grProjectionClic Projections are only visible when the point is clicked.
- grProjectionAlwaysVisible (default): Projections are always visible.
|
grSamplingEnabled | Management of data sampling. | Boolean.- True if the data sampling is enabled.
- False if the data sampling is disabled.
|
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%.
|
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. |
grSunburstMaxLevel | Maximum number of levels displayed in a Sunburst chart. | Integer. Default value: 0 (corresponds to no limit). |
New in version 2025grVignetteWithEnlargement | Boolean. | Management of image enlargement defined with grCategoryThumbnail: - True the thumbnail will follow the resizing of the graph (if the graph is enlarged, the thumbnail visible in the share will be enlarged).
- False (default): thumbnail never changes size.
|