Class IgbDomainChartTestingInfo
Inheritance
System.Object
IgbDomainChartTestingInfo
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDomainChartTestingInfo : BaseRendererElement, JsonSerializable
Constructors
IgbDomainChartTestingInfo()
Declaration
public IgbDomainChartTestingInfo()
Properties
MainDataChart
Declaration
public IgbDataChart MainDataChart { get; set; }
Property Value
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