IChartAxisLevelLine

Assembly: Chart;

Description

The IChartAxisLevelLine interface contains properties that are used to set parameters for a level line on a chart.

Inheritance Hierarchy

          IChartAxisLevelLine

Comments

To work with the level lines collection on the chart, use the IChartAxisLevelLines interface.

Properties

  Property name Brief description
AutoMax

The AutoMax property determines whether maximum is automatically calculated.
AutoMin

The AutoMin property determines whether minimum is automatically calculated.
CalculatedValue

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

The DrawUnderSeries property determines a level line position.
EnableInterlineCaption

The EnableInterlineCaption property determines whether captions between level lines are displayed.
Index

The Index property returns index of a level line.
InterlineCaption

The InterlineCaption property returns captions between level lines.
InterlineColor

The InterlineColor property determines a fill color of an area between two neighbor chart level lines.
Label

The Label property determines whether a label is displayed.
Max

The Max property determines a maximum value.
Min

The Min value determines a minimum value.
MinMaxRelatesToSecondaryAxis

The MinMaxRelatesToSecondaryAxis property determines whether minimum and maximum values are set relative to secondary axis.
Pen

The Pen property determines parameters for drawing a level line.
Value

The Value property determines a level line value.
ValueFunction

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

See also:

Chart Assembly Interfaces