ClassChartValueAxes
Defines a collection container for multiple value axes in charts that support multi-axis configurations. Enables charts to display data series with different scales or units on separate value axes for enhanced data comparison and visualization. Use this component when your chart needs multiple Y-axes to accommodate data with different ranges or measurement units.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class ChartValueAxes : DataVizCollectionComponent<ChartValueAxis>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IEnumerable<ChartValueAxis>, IEnumerable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionComponent<ChartValueAxis>ChartValueAxes
Implements:
Inherited Members
Constructors
ChartValueAxes()
Declaration
public ChartValueAxes()
Properties
ChildContent
The content of the ChartValueAxes component. Children: ChartValueAxis.
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