[]
Represents indicator base class.
public class IndicatorBase : FinancialSeries, IDisposable, ISeries, IStyleProvider
| Name | Description |
|---|---|
| ChartType | Gets the series type. |
| Period | Gets or sets the period. |
| Name | Description |
|---|---|
| GetItem(int) | Gets the data item. |
| GetOriginalItem(int) | Gets the data item. |
| GetValues(int) | Gets the array of data values. |
| OnDataSourceChanged() | Fires when data source was changes. |