Class IgbDataLegendSeriesGroupInfo
Represent info about series values
Inheritance
System.Object
IgbDataLegendSeriesGroupInfo
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDataLegendSeriesGroupInfo : BaseRendererElement, JsonSerializable
Constructors
IgbDataLegendSeriesGroupInfo()
Declaration
public IgbDataLegendSeriesGroupInfo()
Properties
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements