Class IgbTimeAxisBreak
Settings for breaks on a time axis.
Inheritance
System.Object
IgbTimeAxisBreak
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbTimeAxisBreak : BaseRendererElement, JsonSerializable
Constructors
IgbTimeAxisBreak()
Declaration
public IgbTimeAxisBreak()
Properties
End
The end time of the axis break.
Declaration
public DateTime End { get; set; }
Property Value
| Type |
Description |
| System.DateTime |
|
Interval
The interval at which to repeat this break, expressed as a TimeSpan.
Declaration
public TimeSpan Interval { get; set; }
Property Value
| Type |
Description |
| System.TimeSpan |
|
Start
The start time of the axis break.
Declaration
public DateTime Start { get; set; }
Property Value
| Type |
Description |
| System.DateTime |
|
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