IUiChart.DisplaySecondaryAxis

Syntax

DisplaySecondaryAxis: Boolean;

Description

The DisplaySecondaryAxis property determines whether a secondary axis is displayed.

Comments

If this property is set to True, a secondary axis is displayed on a graph. If this property is set to False, a secondary axis is not displayed.

The property is set to True by default.

Example

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

See also:

IUiChart