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