ClassChartYAxisPlotBandLabelPadding
Class
Telerik UI ChartYAxisPlotBandLabelPadding.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class ChartYAxisPlotBandLabelPadding : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentChartYAxisPlotBandLabelPadding
Implements:
Inherited Members
Constructors
ChartYAxisPlotBandLabelPadding()
Declaration
public ChartYAxisPlotBandLabelPadding()
Properties
Bottom
The bottom padding of the label.
Left
The left padding of the label.
Right
The right padding of the label.
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