IChartAxisLevelLine.CalculatedValue

Syntax

CalculatedValue: Double;

Description

The CalculatedValue property returns value of the function calculating level line.

Comments

The function value is determined in the IChartAxisLevelLine.ValueFunction property; if it is not set, the CalculatedValue property returns 0.

Example

The property use is given in the example for IChartAxisLevelLineLabel.Font.

See also:

IChartAxisLevelLine