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

Telerik UI StockChartValueAxisLabelsRotation.

Definition

Constructors

C#
public StockChartValueAxisLabelsRotation()

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 rotation of the labels.

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

The alignment of the rotated labels relative to the slot center. The supported values are "end" and "center". By default the closest end of the label will be aligned to the center. If set to "center", the center of the rotated label will be aligned instead.

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