StockChartSubtitle
Class
Telerik UI StockChartSubtitle. Children: StockChartSubtitleBorder, StockChartSubtitleMargin, StockChartSubtitlePadding.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class StockChartSubtitle : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartSubtitle
Implements:
Inherited Members
Constructors
C#
public StockChartSubtitle()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
Properties
Specifies the text alignment.
C#
[Parameter]
public ChartSubtitleAlign? Align { get; set; }
The background color of the subtitle. Accepts a valid CSS color string, including hex and rgb.
C#
[Parameter]
public string Background { get; set; }
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
The text color of the subtitle. Accepts a valid CSS color string, including hex and rgb.
C#
[Parameter]
public string Color { get; set; }
Specifies the subtitle position.
C#
[Parameter]
public ChartSubtitlePosition? Position { get; set; }
The text of the chart subtitle. You can also set the text directly for a title with default options.
C#
[Parameter]
public string Text { get; set; }