[]
Represents indicator base class.
public class IndicatorBase : FinancialSeries, IDisposable
| Name | Description |
|---|---|
| PeriodProperty | Identifies the Period dependency property. |
| Name | Description |
|---|---|
| ChartType | Gets the series type. |
| Period | Gets or sets the period. |
| Name | Description |
|---|---|
| GetItem(int) | Gets data item by its index. |
| GetOriginalItem(int) | |
| GetValues(int) | Gets the array of data values. |
| OnItemsSourceChanged() | Fires when data source was changes. |