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

Telerik UI StockChartValueAxisTitle. Children: StockChartValueAxisTitleBorder.

Definition

Constructors

C#
public StockChartValueAxisTitle()

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

The background color of the title. Any valid CSS color string will work here, including hex and rgb.

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

The text color of the title. Any valid CSS color string will work here, including hex and rgb.

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

The font style of the title.

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

Specifies the title position.

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

The text of the title.

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

The visibility of the title.

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