ClassStockChartTitle
Class
Telerik UI StockChartTitle.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class StockChartTitle : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartTitle
Implements:
Inherited Members
Constructors
StockChartTitle()
Declaration
cs-api-definition
public StockChartTitle()
Properties
Align
Specifies the text alignment.
Declaration
cs-api-definition
[Parameter]
public ChartTitleAlign? Align { get; set; }
Property Value
Background
The background color of the title.
Declaration
cs-api-definition
[Parameter]
public string Background { get; set; }
Property Value
ChildContent
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Color
The text color of the title. Accepts a valid CSS color string, including hex and rgb.
Font
The font of the title.
Position
Specifies the title position.
Declaration
cs-api-definition
[Parameter]
public ChartTitlePosition? Position { get; set; }
Property Value
Text
The title of the chart. You can also set the text directly for a title with default options.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
cs-api-definition
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
cs-api-definition
protected override void OnParametersSet()
Overrides
Serialize()
Declaration
cs-api-definition
public Dictionary<string, object> Serialize()
Returns