Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The IChartAxisLevelLines interface contains properties and methods for defining parameters for a collection of chart level lines.
IChartAxisLevelLines
| Property name | Brief description | |
| Count | The Count property returns the number of level lines on a chart. |
| Method name | Brief description | |
| Add | The Add method adds a new level line on a chart. | |
| Item | The Item property returns a line of chart level based on a specified index. | |
| Remove | The Remove method removes a chart level line based on the specified index. |
See also: