Top   Module   Use   Manual   Index 

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

constants group ChartSolidType


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


Constants

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