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

Defines a collection container for multiple plot bands on the chart value axis to highlight specific value ranges or zones. Enables charts to display colored background areas that indicate targets, thresholds, warning zones, or other significant value ranges for enhanced data interpretation. Use this component when your chart needs multiple highlighted regions to show acceptable ranges, performance targets, or critical thresholds.

Definition

Constructors

C#
public ChartValueAxisPlotBands()

Properties

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