Class IgbFormatSpecifier
Inheritance
System.Object
IgbFormatSpecifier
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbFormatSpecifier : BaseRendererElement, JsonSerializable, IDisposable
Constructors
Declaration
public IgbFormatSpecifier()
Properties
Declaration
protected BaseRendererElement AxisParent { get; set; }
Property Value
Declaration
protected BaseRendererElement DateTimeColumnParent { get; set; }
Property Value
Declaration
protected BaseRendererElement HorizontalLabelFormatSpecifiersParent { get; set; }
Property Value
Declaration
protected BaseRendererElement LegendLabelFormatSpecifiersParent { get; set; }
Property Value
Declaration
protected BaseRendererElement LegendOthersLabelFormatSpecifiersParent { get; set; }
Property Value
Declaration
protected BaseRendererControl LinearGraphParent { get; set; }
Property Value
Declaration
protected BaseRendererElement NumericColumnParent { get; set; }
Property Value
Declaration
protected BaseRendererElement OthersLabelFormatSpecifiersParent { get; set; }
Property Value
Declaration
protected BaseRendererControl PieChartBaseParent { get; set; }
Property Value
Declaration
protected BaseRendererControl RadialGaugeParent { get; set; }
Property Value
Declaration
protected BaseRendererElement RingSeriesBaseParent { get; set; }
Property Value
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Declaration
protected BaseRendererElement VerticalLabelFormatSpecifiersParent { get; set; }
Property Value
Declaration
protected BaseRendererElement XAxisLabelFormatSpecifiersParent { get; set; }
Property Value
Declaration
protected BaseRendererElement YAxisLabelFormatSpecifiersParent { get; set; }
Property Value
Methods
Declaration
Declaration
protected override void EnsureModulesLoaded()
Overrides
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
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
Declaration
public string GetLocalCulture()
Returns
| Type |
Description |
| System.String |
|
Declaration
public Task<string> GetLocalCultureAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.String> |
|
Declaration
protected override Task OnInitializedAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
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
System.IDisposable