Class IgbItemwiseStrategyBasedIndicator
Financial indicator base class for doing calculating an itemwize indicator.
Inheritance
System.Object
IgbItemwiseStrategyBasedIndicator
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbItemwiseStrategyBasedIndicator : IgbStrategyBasedIndicator, JsonSerializable, IDisposable
Remarks
An itemwise indicator's individual values don't depend on any other values in the collection so can always be independently recalculated. Also, because of this, the base class handles all the looping logic and inheritors only need to provide the actual calculation.
Constructors
IgbItemwiseStrategyBasedIndicator()
Declaration
public IgbItemwiseStrategyBasedIndicator()
Properties
Type
Declaration
public override string Type { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
ResolveIsItemwise()
Declaration
public bool ResolveIsItemwise()
Returns
| Type | Description |
|---|---|
| System.Boolean |
ResolveIsItemwiseAsync()
Declaration
public Task<bool> ResolveIsItemwiseAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Boolean> |
Implements
System.IDisposable