ChartXAxisPlotBands
Class
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
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class ChartXAxisPlotBands : DataVizCollectionComponent<ChartXAxisPlotBand>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IEnumerable<ChartXAxisPlotBand>, IEnumerable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionComponent<ChartXAxisPlotBand>ChartXAxisPlotBands
Implements:
Inherited Members
Constructors
C#
public ChartXAxisPlotBands()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
Properties
The content of the ChartXAxisPlotBands component. Children: ChartXAxisPlotBand.
C#
[Parameter]
public RenderFragment ChildContent { get; set; }