ClassChartXAxes
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:
public class ChartXAxes : DataVizCollectionComponent<ChartXAxis>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IEnumerable<ChartXAxis>, IEnumerable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionComponent<ChartXAxis>ChartXAxes
Implements:
Inherited Members
Constructors
ChartXAxes()
Declaration
public ChartXAxes()
Properties
ChildContent
The content of the ChartXAxes component. Children: ChartXAxis.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides