IChartAxisLevelLine

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

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

Inheritance hierarchy

          IChartAxisLevelLine

Comments

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

Properties

  Property name Brief description
The AutoMax property determines whether maximum is automatically calculated.
The AutoMin property determines whether minimum is automatically calculated.
The CalculatedValue property returns value of the function calculating level line.
The DrawUnderSeries property determines position of a level line.
The EnableInterlineCaption property determines whether captions between level lines are displayed.
The Index property returns index of a level line.
The InterlineCaption property returns captions between level lines.
The InterlineColor property determines fill color of an area between two neighbor chart level lines.
The Label property determines whether the label is displayed or not.
The Max property determines maximum value.
The Min value determines minimum value.
The MinMaxRelatesToSecondaryAxis property determines whether minimum and maximum values are set relative to secondary axis.
The Pen property determines parameters for drawing a level line.
The Value property determines the level line value.
The ValueFunction property determines which function type will be used to determine level line value.

See also:

Chart Assembly Interfaces