ClassStockChartCategoryAxisPlotBandLabelPadding
Class
Telerik UI StockChartCategoryAxisPlotBandLabelPadding.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class StockChartCategoryAxisPlotBandLabelPadding : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartCategoryAxisPlotBandLabelPadding
Implements:
Inherited Members
Constructors
StockChartCategoryAxisPlotBandLabelPadding()
Declaration
cs-api-definition
public StockChartCategoryAxisPlotBandLabelPadding()
Properties
Bottom
The bottom padding of the label.
Declaration
cs-api-definition
[Parameter]
public double? Bottom { get; set; }
Property Value
ChildContent
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Left
The left padding of the label.
Right
The right padding of the label.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
cs-api-definition
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
cs-api-definition
protected override void OnParametersSet()
Overrides
Serialize()
Declaration
cs-api-definition
public Dictionary<string, object> Serialize()
Returns