Class IgbOrdinalTimeXAxis
A horizontal axis that uses an ordinal DateTime scale.
Inheritance
System.Object
IgbOrdinalTimeXAxis
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbOrdinalTimeXAxis : IgbCategoryXAxis, JsonSerializable
Constructors
IgbOrdinalTimeXAxis()
Declaration
public IgbOrdinalTimeXAxis()
Properties
DateTimeMemberPath
Gets or sets the DateTime mapping property for the axis.
Declaration
public string DateTimeMemberPath { get; set; }
Property Value
Type |
Description |
System.String |
|
A list of axis label formats to apply, which are selected according to the visible axis range.
Declaration
public IgbTimeAxisLabelFormatCollection LabelFormats { get; protected set; }
Property Value
LabellingMode
Gets or sets the labelling mode to use when the automatic label formats are applied.
Declaration
public TimeAxisLabellingMode LabellingMode { get; set; }
Property Value
MaximumValue
Sets the maximum DateTime value to be displayed on this axis.
Declaration
public DateTime MaximumValue { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
MinimumValue
Sets the minimum DateTime value to be displayed on this axis.
Declaration
public 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
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
GetValueLabel(Double)
Declaration
public override string GetValueLabel(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Type |
Description |
System.String |
|
Overrides
GetValueLabelAsync(Double)
Declaration
public override Task<string> GetValueLabelAsync(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.String> |
|
Overrides
Implements
System.IDisposable