Class IgbTileSeries
Represents a tile series class that can render imagery tiles
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbTileSeries : IgbShapeSeriesBase, JsonSerializable, IDisposable
Constructors
IgbTileSeries()
Declaration
public IgbTileSeries()
Properties
TileImagery
The MapImagery which is used to provide the tiles for display.
Declaration
public IgbGeographicMapImagery TileImagery { get; set; }
Property Value
| Type | Description |
|---|---|
| IgbGeographicMapImagery |
Type
Declaration
public override string Type { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Methods
DeferredRefresh()
Declaration
public void DeferredRefresh()
DeferredRefreshAsync()
Defers rendering of the series
Declaration
public Task DeferredRefreshAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
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