Represents an category-based horizontal X axis that uses a DateTime scale.
InheritanceSystem.Object
IgbTimeAxisBase
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbTimeAxisBase : IgbCategoryAxisBase, JsonSerializable, IDisposable
Constructors IgbTimeAxisBase() Declaration Properties ActualMaximumValue
Gets the coerced maximum value.
Declarationpublic DateTime ActualMaximumValue { get; set; }
Property Value Type Description System.DateTime ActualMaximumValueChanged Declaration
public Action<DateTime> ActualMaximumValueChanged { get; set; }
Property Value Type Description System.Action<System.DateTime> ActualMaximumValueChangedScript Declaration
public string ActualMaximumValueChangedScript { get; set; }
Property Value Type Description System.String ActualMinimumValue
Gets the coerced minimum value.
Declarationpublic DateTime ActualMinimumValue { get; set; }
Property Value Type Description System.DateTime ActualMinimumValueChanged Declaration
public Action<DateTime> ActualMinimumValueChanged { get; set; }
Property Value Type Description System.Action<System.DateTime> ActualMinimumValueChangedScript Declaration
public string ActualMinimumValueChangedScript { get; set; }
Property Value Type Description System.String DateTimeMemberPath
Gets or sets the DateTime mapping property for the axis.
Declarationpublic string DateTimeMemberPath { get; set; }
Property Value Type Description System.String IsDataPreSorted
Gets or sets whether the data assigned to the date time axis should be considered pre-sorted by date/time.
Declarationpublic bool IsDataPreSorted { get; set; }
Property Value Type Description System.Boolean MaximumValue
Gets or sets the axis MaximumValue.
Declarationpublic DateTime MaximumValue { get; set; }
Property Value Type Description System.DateTime MinimumValue
Gets or sets the axis MinimumValue.
Declarationpublic DateTime MinimumValue { get; set; }
Property Value Type Description System.DateTime Type Declaration
public override string Type { get; }
Property Value Type Description System.String Overrides Methods FindByName(String) Declaration
public override object FindByName(string name)
Parameters Type Name Description System.String name Returns Type Description System.Object Overrides GetCurrentActualMaximumValue() Declaration
public DateTime GetCurrentActualMaximumValue()
Returns Type Description System.DateTime GetCurrentActualMaximumValueAsync() Declaration
public Task<DateTime> GetCurrentActualMaximumValueAsync()
Returns Type Description System.Threading.Tasks.Task<System.DateTime> GetCurrentActualMinimumValue() Declaration
public DateTime GetCurrentActualMinimumValue()
Returns Type Description System.DateTime GetCurrentActualMinimumValueAsync() Declaration
public Task<DateTime> GetCurrentActualMinimumValueAsync()
Returns Type Description System.Threading.Tasks.Task<System.DateTime> GetFullRange() Declaration
public override double[] GetFullRange()
Returns Type Description System.Double[] Overrides GetFullRangeAsync() Declaration
public override Task<double[]> GetFullRangeAsync()
Returns Type Description System.Threading.Tasks.Task<System.Double[]> Overrides GetIndexClosestToUnscaledValue(Double) Declaration
public virtual int GetIndexClosestToUnscaledValue(double unscaledValue)
Parameters Type Name Description System.Double unscaledValue Returns Type Description System.Int32 GetIndexClosestToUnscaledValueAsync(Double)
Gets the index of the data item with the value nearest the given value.
Declarationpublic virtual Task<int> GetIndexClosestToUnscaledValueAsync(double unscaledValue)
Parameters Type Name Description System.Double unscaledValue
The value to find a value close to.
Returns Type Description System.Threading.Tasks.Task<System.Int32> GetItemValue(Object, String) Declarationpublic override object GetItemValue(object item, string memberPathName)
Parameters Type Name Description System.Object item System.String memberPathName Returns Type Description System.Object Overrides GetItemValueAsync(Object, String) Declaration
public override Task<object> GetItemValueAsync(object item, string memberPathName)
Parameters Type Name Description System.Object item System.String memberPathName Returns Type Description System.Threading.Tasks.Task<System.Object> Overrides NotifyDataChanged() Declaration
public void NotifyDataChanged()
NotifyDataChangedAsync()
Updates the axis when the data has been changed.
Declarationpublic Task NotifyDataChangedAsync()
Returns Type Description System.Threading.Tasks.Task Implements
System.IDisposable
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4