Class IgbDataLegendSummaryColumn
Represent a column in summary row
Inheritance
System.Object
IgbDataLegendSummaryColumn
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDataLegendSummaryColumn : IgbDataLegendSeriesValueInfo, JsonSerializable
Constructors
IgbDataLegendSummaryColumn()
Declaration
public IgbDataLegendSummaryColumn()
Properties
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
AddLabel(String)
Declaration
public void AddLabel(string label)
Parameters
| Type |
Name |
Description |
| System.String |
label |
|
AddLabelAsync(String)
Add label in the summary column
Declaration
public Task AddLabelAsync(string label)
Parameters
| Type |
Name |
Description |
| System.String |
label |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
AddUnits(String)
Declaration
public void AddUnits(string units)
Parameters
| Type |
Name |
Description |
| System.String |
units |
|
AddUnitsAsync(String)
Add unit in the summary column
Declaration
public Task AddUnitsAsync(string units)
Parameters
| Type |
Name |
Description |
| System.String |
units |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
AddValue(Double)
Declaration
public void AddValue(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
AddValueAsync(Double)
Add a value in the summary column
Declaration
public Task AddValueAsync(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements