Class IgbWeightedCloseIndicator
Represents a IgbDataChart Weigted Close indicator series.
Inheritance
System.Object
IgbWeightedCloseIndicator
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbWeightedCloseIndicator : IgbItemwiseStrategyBasedIndicator, JsonSerializable, IDisposable
Remarks
The weighted close indicator shows an average of the high low and close for a day but with the closing price counted twice in the average. Default required members: High, Low, Close
Constructors
IgbWeightedCloseIndicator()
Declaration
public IgbWeightedCloseIndicator()
Properties
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