Telerik UI StockChartCategoryAxisLabelsRotation.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class StockChartCategoryAxisLabelsRotation : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartCategoryAxisLabelsRotation
Implements:
Inherited Members
Constructors
C#
public StockChartCategoryAxisLabelsRotation()
Properties
Specifies the rotation of the labels.
C#
[Parameter]
public ChartAxisLabelsRotationAlignment? Align { get; set; }
The rotation angle of the labels. By default the labels are not rotated.
C#
[Parameter]
public object Angle { get; set; }
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides: