Class RangeNavigatorTooltipTextStyle
Gets and sets the tooltip text style of range navigator tooltip.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class RangeNavigatorTooltipTextStyle : ChartCommonFont
Constructors
RangeNavigatorTooltipTextStyle()
Declaration
public RangeNavigatorTooltipTextStyle()
Properties
Size
Gets and sets the size of the tooltip text.
Declaration
public override string Size { get; set; }
Property Value
Type |
---|
System.String |
Overrides
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous operation. |