Class ChartCategoryAxisAutoBaseUnitSteps
Telerik UI ChartCategoryAxisAutoBaseUnitSteps.
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizChildComponent
ChartCategoryAxisAutoBaseUnitSteps
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class ChartCategoryAxisAutoBaseUnitSteps : DataVizChildComponent, IDisposable
Constructors
ChartCategoryAxisAutoBaseUnitSteps()
Declaration
public ChartCategoryAxisAutoBaseUnitSteps()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Days
The days unit steps.
Declaration
public int[] Days { get; set; }
Property Value
System.Int32[]
|
Hours
The hours unit steps.
Declaration
public int[] Hours { get; set; }
Property Value
System.Int32[]
|
Milliseconds
The milliseconds unit steps.
Declaration
public int[] Milliseconds { get; set; }
Property Value
System.Int32[]
|
Minutes
The minutes unit steps.
Declaration
public int[] Minutes { get; set; }
Property Value
System.Int32[]
|
Months
The months unit steps.
Declaration
public int[] Months { get; set; }
Property Value
System.Int32[]
|
Seconds
The seconds unit steps.
Declaration
public int[] Seconds { get; set; }
Property Value
System.Int32[]
|
Weeks
The weeks unit steps.
Declaration
public int[] Weeks { get; set; }
Property Value
System.Int32[]
|
Years
The years unit steps.
Declaration
public int[] Years { get; set; }
Property Value
System.Int32[]
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnAfterRender(Boolean)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
System.Boolean
firstRender
|
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
Telerik.Generated.Blazor.Components.DataVizChildComponent.OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns
System.Collections.Generic.Dictionary<System.String, System.Object>
|