Class SmithChartLegendTitle
Options to customize the tilte for legend of the chart.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithChartLegendTitle : SfBaseComponent
Constructors
SmithChartLegendTitle()
Declaration
public SmithChartLegendTitle()
Properties
Description
Description for legend title.
Declaration
public string Description { get; set; }
Property Value
Type |
---|
System.String |
Text
Text for legend title.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
TextAlignment
Alignment for legend title.
Declaration
public SmithChartAlignment TextAlignment { get; set; }
Property Value
Type |
---|
SmithChartAlignment |
Visible
Visibility for legend title.
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |