:: com :: sun :: star :: chart ::

constants group ChartSolidType
Description
These values specify the type of solid shapes for data points of 3D bar charts.

Constants
RECTANGULAR_SOLID extruded rectangle, i.e., a cuboid  
CYLINDER cylinder with a circle as base  
CONE cone with a circle as base  
PYRAMID pyramidial with a square as base  
Constants' Details
RECTANGULAR_SOLID
const long RECTANGULAR_SOLID = 0;
Description
extruded rectangle, i.e., a cuboid
CYLINDER
const long CYLINDER = 1;
Description
cylinder with a circle as base
CONE
const long CONE = 2;
Description
cone with a circle as base
PYRAMID
const long PYRAMID = 3;
Description
pyramidial with a square as base
Top of Page