IChartAxisLevelLine.CalculatedValue

Fore Syntax

CalculatedValue: Double;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IChartAxisLevelLine