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

Manages the collection of plot bands that highlight specific value ranges on the X-axis. Provides a container for multiple plot band definitions that create visual emphasis zones across horizontal axis ranges. Use this component to organize and configure multiple highlighted areas that mark important periods, thresholds, or special ranges in your chart data.

Definition

Constructors

C#
public ChartXAxisPlotBands()

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 ChartXAxisPlotBands component. Children: ChartXAxisPlotBand.

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