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