ClassChartXAxisTitlePadding
Class
Telerik UI ChartXAxisTitlePadding.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class ChartXAxisTitlePadding : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentChartXAxisTitlePadding
Implements:
Inherited Members
Constructors
ChartXAxisTitlePadding()
Declaration
cs-api-definition
public ChartXAxisTitlePadding()
Properties
Bottom
The bottom padding of the title.
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 title.
Right
The right padding of the title.
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