ClassChartValueAxisTitle
Telerik UI ChartValueAxisTitle.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class ChartValueAxisTitle : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentChartValueAxisTitle
Implements:
Inherited Members
Constructors
ChartValueAxisTitle()
Declaration
public ChartValueAxisTitle()
Properties
Background
The background color of the title. Accepts a valid CSS color string, including hex and rgb.
Declaration
[Parameter]
public string Background { get; set; }
Property Value
ChildContent
Declaration
[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 style of the title.
Position
Specifies the title position.
Declaration
[Parameter]
public ChartAxisTitlePosition? Position { get; set; }
Property Value
Rotation
The rotation angle of the title. By default the title is not rotated.
Declaration
[Parameter]
public double? Rotation { get; set; }
Property Value
Text
The text of the title.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns