Telerik UI StockChartValueAxisLabelsRotation.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class StockChartValueAxisLabelsRotation : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartValueAxisLabelsRotation
Implements:
Inherited Members
Constructors
C#
public StockChartValueAxisLabelsRotation()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
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; }