Class IgbMoneyFlowIndexIndicator
Represents a IgbDataChart Money Flow Index indicator series.
Inheritance
System.Object
IgbMoneyFlowIndexIndicator
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbMoneyFlowIndexIndicator : IgbStrategyBasedIndicator, JsonSerializable, IDisposable
Remarks
Default required members: Close, Low, High, Volume
Constructors
IgbMoneyFlowIndexIndicator()
Declaration
public IgbMoneyFlowIndexIndicator()
Properties
Period
Gets or sets the moving average period for the current MoneyFlowIndexIndicator object. The typical, and initial, value for MoneyFlowIndexIndicator periods is 14.
Declaration
public int Period { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Type
Declaration
public override string Type { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
Implements
System.IDisposable