Class ChartSubtitle
Telerik UI ChartSubtitle.
Inheritance
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class ChartSubtitle : DataVizChildComponent, IDisposable
Constructors
ChartSubtitle()
Declaration
public ChartSubtitle()
Properties
Align
Specifies the text alignment.
Declaration
public Nullable<ChartSubtitleAlign> Align { get; set; }
Property Value
System.Nullable<ChartSubtitleAlign>
|
Background
The background color of the subtitle. Accepts a valid CSS color string, including hex and rgb.
Declaration
public string Background { get; set; }
Property Value
System.String
|
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Color
The text color of the subtitle. Accepts a valid CSS color string, including hex and rgb.
Declaration
public string Color { get; set; }
Property Value
System.String
|
Font
The font of the title.
Declaration
public string Font { get; set; }
Property Value
System.String
|
Position
Specifies the subtitle position.
Declaration
public Nullable<ChartSubtitlePosition> Position { get; set; }
Property Value
System.Nullable<ChartSubtitlePosition>
|
Text
The text of the chart subtitle. You can also set the text directly for a title with default options.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Visible
If set to true the chart will display the subtitle. By default the subtitle will be displayed.
Declaration
public Nullable<bool> Visible { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnAfterRender(Boolean)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
System.Boolean
firstRender
|
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns
System.Collections.Generic.Dictionary<System.String, System.Object>
|