Class IgbTimeAxisInterval
Settings for an interval on a time axis.
Inheritance
System.Object
IgbTimeAxisInterval
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbTimeAxisInterval : BaseRendererElement, JsonSerializable
Constructors
IgbTimeAxisInterval()
Declaration
public IgbTimeAxisInterval()
Properties
Interval
The interval, expressed as a multiple of IntervalType.
Declaration
public double Interval { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
IntervalType
The unit of time for this interval.
Declaration
public TimeAxisIntervalType IntervalType { get; set; }
Property Value
Range
The visible axis range at which to apply this interval.
Declaration
public TimeSpan Range { get; set; }
Property Value
| Type |
Description |
| System.TimeSpan |
|
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
Implements