Telerik UI StockChartNavigatorCategoryAxisLabelsRotation.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class StockChartNavigatorCategoryAxisLabelsRotation : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartNavigatorCategoryAxisLabelsRotation
Implements:
Inherited Members
Constructors
C#
public StockChartNavigatorCategoryAxisLabelsRotation()
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 object Angle { get; set; }
C#
[Parameter]
public RenderFragment ChildContent { get; set; }