IChartAxisLevelLines

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

The IChartAxisLevelLines interface contains properties and methods for defining parameters for a collection of chart level lines.

Inheritance hierarchy

          IChartAxisLevelLines

Properties

  Property name Brief description
Count The Count property returns the number of level lines on a chart.

Methods

  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:

Chart Assembly Interfaces