constants group ChartSolidType in module com::sun::star::chart::

(Global Index)

Syntax

constants group ChartSolidType;

Description

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

Constants Summary

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

Field Details



RECTANGULAR_SOLID

Syntax

const long  RECTANGULAR_SOLID = 0;

Description

extruded rectangle, i.e., a cuboid


CYLINDER

Syntax

const long  CYLINDER = 1;

Description

cylinder with a circle as base


CONE

Syntax

const long  CONE = 2;

Description

cone with a circle as base


PYRAMID

Syntax

const long  PYRAMID = 3;

Description

pyramidial with a square as base

Top of Page