IUiChart.DisplaySecondaryAxis

Fore Syntax

DisplaySecondaryAxis: Boolean;

Fore.NET Syntax

DisplaySecondaryAxis: System.Boolean;

Description

The DisplaySecondaryAxis property determines whether a secondary axis is displayed.

Comments

If the property is set to True, a graph will contain an additional axis. If the property is set to False, an additional axis is not displayed.

The default value of this property is True.

Example

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

See also:

IUiChart