Telerik UI StockChartLegendTitle. Children: StockChartLegendTitleBorder, StockChartLegendTitleMargin, StockChartLegendTitlePadding.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class StockChartLegendTitle : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartLegendTitle
Implements:
Inherited Members
Constructors
C#
public StockChartLegendTitle()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
Properties
Specifies the legend title align.
C#
[Parameter]
public ChartLegendTitleAlign? Align { get; set; }
The background color of the title. 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 title. Accepts a valid CSS color string, including hex and rgb.
C#
[Parameter]
public string Color { get; set; }
Specifies the legend title position.
C#
[Parameter]
public ChartLegendTitlePosition? Position { get; set; }
The text of the legend title. You can also set the text directly for a title with default options.
C#
[Parameter]
public string Text { get; set; }