Telerik UI StockChartCategoryAxisPlotBands. Children: StockChartCategoryAxisPlotBand.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class StockChartCategoryAxisPlotBands : DataVizCollectionComponent<StockChartCategoryAxisPlotBand>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IEnumerable<StockChartCategoryAxisPlotBand>, IEnumerable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionComponent<StockChartCategoryAxisPlotBand>StockChartCategoryAxisPlotBands
Implements:
Inherited Members
Constructors
C#
public StockChartCategoryAxisPlotBands()
Properties
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides: