These values specify the type of solid shapes for data points of 3D bar charts. More...
| Variables | |
| const long | RECTANGULAR_SOLID = 0 | 
| extruded rectangle, i.e., a cuboid | |
| const long | CYLINDER = 1 | 
| cylinder with a circle as base | |
| const long | CONE = 2 | 
| cone with a circle as base | |
| const long | PYRAMID = 3 | 
| pyramidal with a square as base | |
These values specify the type of solid shapes for data points of 3D bar charts.
| const long CONE = 2 | 
cone with a circle as base
| const long CYLINDER = 1 | 
cylinder with a circle as base
| const long PYRAMID = 3 | 
pyramidal with a square as base
| const long RECTANGULAR_SOLID = 0 | 
extruded rectangle, i.e., a cuboid