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

Manages the collection of plot bands for a Y-axis that highlight specific value ranges with colored background areas. Provides comprehensive container functionality for organizing multiple plot bands that create visual emphasis zones and enhance value interpretation. Use this component to group related plot bands, manage value range highlighting, and create sophisticated chart presentations with multiple measurement zones.

Definition

Constructors

C#
public ChartYAxisPlotBands()

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()

Properties

The content of the ChartYAxisPlotBands component. Children: ChartYAxisPlotBand.

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