Class IgbHierarchicalRingSeries
Represents a
IgbDoughnutChart hierarchical series.
Inheritance
System.Object
IgbHierarchicalRingSeries
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbHierarchicalRingSeries : IgbRingSeriesBase, JsonSerializable, IDisposable
Constructors
IgbHierarchicalRingSeries()
Declaration
public IgbHierarchicalRingSeries()
Properties
ChildrenMemberPath
Gets or sets the property name that contains the children items collection.
Declaration
public string ChildrenMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
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