:: com :: sun :: star :: chart ::
|
constants group ChartSolidType |
- Description
- These values specify the type of solid shapes for data points of
3D bar charts.
|
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
- pyramidal with a square as base
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.