A series of numerical data that can be plotted on a chart.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public interface ISeries |
| Visual Basic (Declaration) |
|---|
Public Interface ISeries |
| Visual C++ |
|---|
public interface class ISeries |
Remarks
This interface provides methods to access a series of data. Most often this data is the
values for an indicator. The interface is the base interface for the
IIndicator and ISeriesCalculator interfaces.