Telerik UI StockChartCategoryAxisLabels. Children: StockChartCategoryAxisLabelsBorder, StockChartCategoryAxisLabelsRotation.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class StockChartCategoryAxisLabels : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartCategoryAxisLabels
Implements:
Inherited Members
Constructors
public StockChartCategoryAxisLabels()
Properties
The background color of the labels. Any valid CSS color string will work here, including hex and rgb.
[Parameter]
public string Background { get; set; }
[Parameter]
public RenderFragment ChildContent { get; set; }
The text color of the labels. Any valid CSS color string will work here, including hex and rgb.
[Parameter]
public string Color { get; set; }
Specifies the position of the labels.
[Parameter]
public ChartAxisLabelsPosition? Position { get; set; }
Number of labels to skip. Skips rendering the first n labels.
[Parameter]
public double? Skip { get; set; }
Label rendering step. Every n-th label is rendered where n is the step
[Parameter]
public double? Step { get; set; }
The template which renders the labels.The fields which can be used in the template are: value - the category value or dataItem - the data item, in case a field has been specified.
[Parameter]
public string Template { get; set; }
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
protected override void OnInitialized()
Overrides:
protected override void OnParametersSet()
Overrides: