[]
        
(Showing Draft Content)

C1.WPF.Chart.Finance.IndicatorBase

IndicatorBase Class

Represents indicator base class.

Implements
IValueProvider
ISeries
IStyleProvider
Namespace: C1.WPF.Chart.Finance
Assembly: C1.WPF.FinancialChart.4.6.2.dll
Syntax
public class IndicatorBase : FinancialSeries, IDisposable, IValueProvider, ISeries, IStyleProvider
Public Class IndicatorBase
    Inherits FinancialSeries
    Implements IDisposable, IValueProvider, ISeries, IStyleProvider

Fields

Name Description
PeriodProperty

Identifies the Period dependency property.

Properties

Name Description
ChartType

Gets the series type.

Period

Gets or sets the period.

Methods

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.