ChartYAxes
Class
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
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class ChartYAxes : DataVizCollectionComponent<ChartYAxis>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IEnumerable<ChartYAxis>, IEnumerable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionComponent<ChartYAxis>ChartYAxes
Implements:
Inherited Members
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)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides: