Class SmithChartSubtitle
Options to customize the subtitle of the chart.
Inheritance
SmithChartSubtitle
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithChartSubtitle : SfBaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
SmithChartSubtitle()
Declaration
public SmithChartSubtitle()
Properties
Description
Description for the subtitle.
Declaration
[Parameter]
public string Description { get; set; }
Property Value
| Type |
|---|
| string |
EnableTrim
Trim the subtitle.
Declaration
[Parameter]
public bool EnableTrim { get; set; }
Property Value
| Type |
|---|
| bool |
MaximumWidth
Maximum width of the subtitle.
Declaration
[Parameter]
public double MaximumWidth { get; set; }
Property Value
| Type |
|---|
| double |
Text
Text for the subtitle.
Declaration
[Parameter]
public string Text { get; set; }
Property Value
| Type |
|---|
| string |
TextAlignment
Text alignment for the subtitle.
Declaration
[Parameter]
public SmithChartAlignment TextAlignment { get; set; }
Property Value
| Type |
|---|
| SmithChartAlignment |
Visible
Visibility of the subtitle.
Declaration
[Parameter]
public bool Visible { get; set; }
Property Value
| Type |
|---|
| bool |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |