Class IgbRingSeries
Represents one ring in
IgbDoughnutChart series.
Inheritance
System.Object
IgbRingSeries
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbRingSeries : IgbRingSeriesBase, JsonSerializable, IDisposable
Constructors
IgbRingSeries()
Declaration
Properties
Ring
Gets reference to the ring data.
Declaration
public IgbRing Ring { 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
Implements
System.IDisposable