Class IgbChartSummaryDescription
Represents a summary that is applied to a datasource. Changes to this object are not observed or expected after it is initially assigned to a collection.
Inheritance
System.Object
IgbChartSummaryDescription
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbChartSummaryDescription : BaseRendererElement, JsonSerializable
Constructors
IgbChartSummaryDescription()
Declaration
public IgbChartSummaryDescription()
Properties
Alias
Gets or sets an alias for the summary. Currently only used in aggregated data situations.
Declaration
public string Alias { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CalculatorDisplayName
Gets or sets the name to use when displaying the calculator name.
Declaration
public string CalculatorDisplayName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Field
Declaration
public string Field { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Operand
Declaration
public DataSourceSummaryOperand Operand { get; set; }
Property Value
ProvideCalculator
Declaration
public EventCallback<IgbProvideCalculatorEventArgs> ProvideCalculator { get; set; }
Property Value
ProvideCalculatorScript
Declaration
public string ProvideCalculatorScript { 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
FromEventJson(BaseRendererControl, Dictionary<String, Object>)
Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
ToEventJson(BaseRendererControl, Dictionary<String, Object>)
Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Implements