Telerik UI StockChartNavigatorCategoryAxisTitle. Children: StockChartNavigatorCategoryAxisTitleBorder, StockChartNavigatorCategoryAxisTitleMargin.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class StockChartNavigatorCategoryAxisTitle : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartNavigatorCategoryAxisTitle
Implements:
Inherited Members
Constructors
public StockChartNavigatorCategoryAxisTitle()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
protected override void OnInitialized()
Overrides:
protected override void OnParametersSet()
Overrides:
Properties
The background color of the title. Accepts a valid CSS color string, including hex and rgb.
[Parameter]
public string Background { get; set; }
[Parameter]
public RenderFragment ChildContent { get; set; }
The text color of the title. Accepts a valid CSS color string, including hex and rgb.
[Parameter]
public string Color { get; set; }
The position of the title.The supported values are: "top" - the axis title is positioned on the top (applicable to vertical axis); "bottom" - the axis title is positioned on the bottom (applicable to vertical axis); "left" - the axis title is positioned on the left (applicable to horizontal axis); "right" - the axis title is positioned on the right (applicable to horizontal axis) or "center" - the axis title is positioned in the center.
[Parameter]
public ChartAxisTitlePosition? Position { get; set; }