IChartAxisLevelLine.ValueFunction

Fore Syntax

ValueFunction: ChartAxisLevelLineFunctionType;

Fore.NET Syntax

ValueFunction: Prognoz.Platform.Interop.Chart.ChartAxisLevelLineFunctionType;

Description

The ValueFunction property determines which function type will be used to determine a level line value.

Comments

The property is set to ChartAxisLevelLineFunctionType.Constant by default, in this case to determine level line value, use the IChartAxisLevelLine.Value case.

Fore and Fore.NET Examples

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

See also:

IChartAxisLevelLine