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