Assembly: Chart;
The IChartAxisLevelLines interface contains properties and methods that are used to determine parameters of the chart level lines collection.
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 by the specified index. | |
Remove | The Remove method removes a chart level line by the specified index. |
See also: