ClassChartXAxisPlotBand
Class
Represents a plot band for an X-axis in a Telerik Chart.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class ChartXAxisPlotBand : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentChartXAxisPlotBand
Implements:
Inherited Members
Constructors
ChartXAxisPlotBand()
Declaration
public ChartXAxisPlotBand()
Properties
ChildContent
The content of the ChartXAxisPlotBand component. Children: ChartXAxisPlotBandLabel.
Color
The color of the plot band.
From
The start position of the plot band in axis units.
Opacity
The opacity of the plot band.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
public override void Dispose()
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