Class IgbSeriesLayer
Represents an axis annotation
Inheritance
System.Object
IgbSeriesLayer
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbSeriesLayer : BaseRendererElement, JsonSerializable
Constructors
IgbSeriesLayer()
Declaration
Properties
PropertyOverlays
Gets the current extra layers for the series.
Declaration
public IgbSeriesLayerPropertyOverlayCollection PropertyOverlays { get; protected set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
ZIndex
Gets or sets the ZIndex to use for layering the series layers.
Declaration
public double ZIndex { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
PlayTransitionIn()
Declaration
public void PlayTransitionIn()
PlayTransitionInAsync()
Declaration
public Task PlayTransitionInAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
PlayTransitionOutAndRemove()
Declaration
public void PlayTransitionOutAndRemove()
PlayTransitionOutAndRemoveAsync()
Declaration
public Task PlayTransitionOutAndRemoveAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements