Telerik UI StockChartValueAxisTitle. Children: StockChartValueAxisTitleBorder.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class StockChartValueAxisTitle : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartValueAxisTitle
Implements:
Inherited Members
Constructors
C#
public StockChartValueAxisTitle()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
Properties
The background color of the title. Any valid CSS color string will work here, including hex and rgb.
C#
[Parameter]
public string Background { get; set; }
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
The text color of the title. Any valid CSS color string will work here, including hex and rgb.
C#
[Parameter]
public string Color { get; set; }
Specifies the title position.
C#
[Parameter]
public ChartAxisTitlePosition? Position { get; set; }