ChartCategoryAxes
Container component for defining multiple category axes in a TelerikChart. Use this component when you need multiple horizontal axes for different data series or when creating complex multi-axis visualizations. Each child ChartCategoryAxis can have its own scale, position, and styling. Category axes define the horizontal scale and labels for chart data points, supporting both categorical data (like months, products) and time-based data with automatic scaling. Children: ChartCategoryAxis.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class ChartCategoryAxes : DataVizCollectionComponent<ChartCategoryAxis>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IEnumerable<ChartCategoryAxis>, IEnumerable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionComponent<ChartCategoryAxis>ChartCategoryAxes
Implements:
Inherited Members
Constructors
public ChartCategoryAxes()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
protected override void OnInitialized()
Overrides:
protected override void OnParametersSet()
Overrides:
Properties
The content of the ChartCategoryAxes component. Children: ChartCategoryAxis.
[Parameter]
public RenderFragment ChildContent { get; set; }