New to Telerik UI for BlazorStart a free 30-day trial

Manages the collection of Y-axis definitions that control vertical data representation in the chart. Provides a container for multiple Y-axis configurations enabling complex charts with different value scales, units, and positioning. Use this component to organize multiple vertical axes for charts displaying different data series with varying value ranges or measurement units.

Definition

Constructors

C#
public ChartYAxes()

Properties

The content of the ChartYAxes component. Children: ChartYAxis.

C#
[Parameter]
public RenderFragment ChildContent { get; set; }

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

C#
protected override void OnAfterRender(bool firstRender)
Parameters:firstRenderbool

Overrides: ComponentBase.OnAfterRender(bool)

C#
protected override void OnInitialized()

Overrides: DataVizChildComponent.OnInitialized()

C#
protected override void OnParametersSet()

Overrides: ComponentBase.OnParametersSet()