Class IgbTrendLineLayer
Inheritance
System.Object
IgbTrendLineLayer
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbTrendLineLayer : IgbAnnotationLayer, JsonSerializable, IDisposable
Constructors
IgbTrendLineLayer()
Declaration
public IgbTrendLineLayer()
Properties
ActualTargetSeries
Declaration
public IgbSeries ActualTargetSeries { get; set; }
Property Value
ActualTargetSeriesScript
Declaration
public string ActualTargetSeriesScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TargetSeries
Declaration
public IgbSeries TargetSeries { get; set; }
Property Value
TargetSeriesName
Declaration
public string TargetSeriesName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TargetSeriesScript
Declaration
public string TargetSeriesScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TrendLinePeriod
Declaration
public int TrendLinePeriod { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
TrendLineType
Declaration
public TrendLineType TrendLineType { get; set; }
Property Value
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
GetManagerIdentifier()
Declaration
public string GetManagerIdentifier()
Returns
| Type |
Description |
| System.String |
|
GetManagerIdentifierAsync()
Declaration
public Task<string> GetManagerIdentifierAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.String> |
|
Implements
System.IDisposable