Class
ChartValueAxes

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:

cs-api-definition
public class ChartValueAxes : DataVizCollectionComponent<ChartValueAxis>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IEnumerable<ChartValueAxis>, IEnumerable

Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionComponent<ChartValueAxis>ChartValueAxes

Implements: IComponentIDisposableIEnumerableIEnumerable<ChartValueAxis>IHandleAfterRenderIHandleEvent

Inherited Members DataVizCollectionComponent<ChartValueAxis>.GetEnumerator()ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.DispatchExceptionAsync(Exception)ComponentBase.SetParametersAsync(ParameterView)

Constructors

ChartValueAxes()

Declaration

cs-api-definition
public ChartValueAxes()

Properties

ChildContent

The content of the ChartValueAxes component. Children: ChartValueAxis.

Declaration

cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

OnAfterRender(bool)

Declaration

cs-api-definition
protected override void OnAfterRender(bool firstRender)

Parameters

firstRender

bool

Overrides ComponentBase.OnAfterRender(bool)

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides DataVizChildComponent.OnInitialized()

OnParametersSet()

Declaration

cs-api-definition
protected override void OnParametersSet()

Overrides ComponentBase.OnParametersSet()