IUiChart.DisplayVolume3D

Fore Syntax

DisplayVolume3D: Boolean;

Fore.NET Syntax

DisplayVolume3D: System.Boolean;

Description

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

Comments

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

The default value of this property is False.

Example

Example of use is given in description of the IUiChart.Type property.

See also:

IUiChart