New to Telerik UI for BlazorStart a free 30-day trial

Telerik UI SankeyTitle. Children: SankeyTitleBorder, SankeyTitleMargin, SankeyTitlePadding.

Definition

Constructors

C#
public SankeyTitle()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

C#
protected override void OnAfterRender(bool firstRender)
Parameters:firstRenderbool

Overrides: ComponentBase.OnAfterRender(bool)

C#
protected override void OnInitialized()

Overrides: DataVizChildComponent.OnInitialized()

C#
protected override void OnParametersSet()

Overrides: ComponentBase.OnParametersSet()

C#
public Dictionary<string, object> Serialize()
Returns:

Dictionary<string, object>

Properties

Specifies the title align.

C#
[Parameter]
public SankeyTitleAlign? Align { get; set; }

The background color of the title. Accepts a valid CSS color string, including hex and rgb.

C#
[Parameter]
public string Background { get; set; }

The content of the component. Children: SankeyTitleBorder, SankeyTitleMargin, SankeyTitlePadding.

C#
[Parameter]
public RenderFragment ChildContent { get; set; }

The text color of the title. Accepts a valid CSS color string, including hex and rgb.

C#
[Parameter]
public string Color { get; set; }

The accessible description of the Sankey. The description is announced by screen readers when the Sankey is focused.

C#
[Parameter]
public string Description { get; set; }

The font of the title.

C#
[Parameter]
public string Font { get; set; }

Specifies the title position.

C#
[Parameter]
public SankeyTitlePosition? Position { get; set; }

The text of the Sankey title. You can also set the text directly for a title with default options.

C#
[Parameter]
public string Text { get; set; }

If set to false the Sankey will not display the title.

C#
[Parameter]
public bool? Visible { get; set; }