Class IgbNumericXAxis
Represents a IgbDataChart numeric X axis.
Inheritance
System.Object
IgbNumericXAxis
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbNumericXAxis : IgbStraightNumericAxisBase, JsonSerializable
Constructors
IgbNumericXAxis()
Declaration
Properties
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
Declaration
public void ScrollRangeIntoView(double minimum, double maximum)
Parameters
Type |
Name |
Description |
System.Double |
minimum |
|
System.Double |
maximum |
|
Declaration
public Task ScrollRangeIntoViewAsync(double minimum, double maximum)
Parameters
Type |
Name |
Description |
System.Double |
minimum |
|
System.Double |
maximum |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Implements
System.IDisposable