Class IgbTrendLineLayer
Represents the class of the value overlay. The value overlay is a line or circle representing a value on an axis.
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
Gets the actual series being targeted by this annotation.
Declaration
public IgbSeries ActualTargetSeries { get; set; }
Property Value
ActualTargetSeriesScript
Provides a means of setting ActualTargetSeries in the JavaScript environment.
Declaration
public string ActualTargetSeriesScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TargetSeries
Gets or sets the series to target this annotation to.
Declaration
public IgbSeries TargetSeries { get; set; }
Property Value
TargetSeriesName
Gets or sets the name to use to resolve targetSeries from markup.
Declaration
public string TargetSeriesName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TargetSeriesScript
Provides a means of setting TargetSeries in the JavaScript environment.
Declaration
public string TargetSeriesScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TrendLinePeriod
Gets or sets the trend line period for the target series.
Declaration
public int TrendLinePeriod { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
TrendLineType
Gets or sets the trend type for the current series object.
Declaration
public TrendLineType TrendLineType { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
BindSeries(IgbSeries[])
Declaration
protected override void BindSeries(IgbSeries[] Series)
Parameters
Overrides
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