Class IgbChaikinVolatilityIndicator
Represents a IgbDataChart Chaikin Volatility indicator series.
Inheritance
System.Object
IgbChaikinVolatilityIndicator
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbChaikinVolatilityIndicator : IgbStrategyBasedIndicator, JsonSerializable, IDisposable
Remarks
The ChaikinVolatility indicator attempts to show volatility by displaying the spread between the high and low values. Default required members: High, Low
Constructors
IgbChaikinVolatilityIndicator()
Declaration
public IgbChaikinVolatilityIndicator()
Properties
Period
Gets or sets the moving average period for the current ChaikinVolatilityIndicator object. The typical, and initial, value for ChaikinVolatilityIndicator periods is 10.
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