IChartAxisLevelLine.ValueFunction

Syntax

ValueFunction: 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.

Example

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

See also:

IChartAxisLevelLine