New to Telerik UI for BlazorStart a free 30-day trial

Defines a collection container for multiple X-axes in charts that support multi-axis configurations along the horizontal dimension. Enables charts to display data series with different category scales, time periods, or measurement units on separate X-axes for enhanced data comparison and visualization. Use this component when your chart needs multiple horizontal axes to accommodate data with different category systems or temporal scales.

Definition

Constructors

C#
public ChartXAxes()

Properties

The content of the ChartXAxes component. Children: ChartXAxis.

C#
[Parameter]
public RenderFragment ChildContent { get; set; }

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

C#
protected override void OnAfterRender(bool firstRender)
Parameters:firstRenderbool

Overrides: ComponentBase.OnAfterRender(bool)

C#
protected override void OnInitialized()

Overrides: DataVizChildComponent.OnInitialized()

C#
protected override void OnParametersSet()

Overrides: ComponentBase.OnParametersSet()