Class IgbFunnelDataContext
Represents contextual data for the funnel chart.
Inheritance
System.Object
IgbFunnelDataContext
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbFunnelDataContext : BaseRendererElement, JsonSerializable
Constructors
IgbFunnelDataContext()
Declaration
public IgbFunnelDataContext()
Properties
Index
The index of the data item that is in context.
Declaration
public int Index { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Item
The data item that is in context.
Declaration
public object Item { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
ItemScript
Provides a means of setting Item in the JavaScript environment.
Declaration
public string ItemScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
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