ClassChartYAxisPlotBands
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
ChartYAxisPlotBands()
Declaration
public ChartYAxisPlotBands()
Properties
ChildContent
The content of the ChartYAxisPlotBands component. Children: ChartYAxisPlotBand.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides