IUiChart.DisplayVolume3D

Syntax

DisplayVolume3D: Boolean;

Description

The DisplayVolume3D property determines whether a 3D chart type is displayed.

Comments

If this property is set to True, the chart is displayed as a 3D chart. If this property is set to False, the chart is displayed as a 2D chart.

The property is set to False by default.

Example

The example of use is given in description of the IUiChart.Type property.

See also:

IUiChart