IChart > Chart Assembly Interfaces > IChartAxisLevelLine
Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The IChartAxisLevelLine interface contains properties that are used to set parameters for a level line on a chart.
IChartAxisLevelLine
To work with the level lines collection on the chart, use the IChartAxisLevelLines interface.
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 a level line position. | |
![]() |
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 a fill color of an area between two neighbor chart level lines. | |
![]() |
The Label property determines whether a label is displayed. | |
![]() |
The Max property determines a maximum value. | |
![]() |
The Min value determines a 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 a level line value. | |
![]() |
The ValueFunction property determines which function type will be used to determine a level line value. |
See also: