:: com :: sun :: star :: chart2 ::

unpublished constants group DataPointGeometry3D
Usage Restrictions
not published
Description
These values specify the geometry of data points in 3D bar charts.

Constants
CUBOID a cuboid  
CYLINDER a cylinder with a circle as base  
CONE a cone with a circle as base  
PYRAMID a pyramid with a square as base  
Constants' Details
CUBOID
const long CUBOID = 0;
Description
a cuboid
CYLINDER
const long CYLINDER = 1;
Description
a cylinder with a circle as base
CONE
const long CONE = 2;
Description
a cone with a circle as base
PYRAMID
const long PYRAMID = 3;
Description
a pyramid with a square as base
Top of Page