ChartXAxes
Class
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
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class ChartXAxes : DataVizCollectionComponent<ChartXAxis>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IEnumerable<ChartXAxis>, IEnumerable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionComponent<ChartXAxis>ChartXAxes
Implements:
Inherited Members
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)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides: