Class TreeMapTooltipSettings
Sets and gets the options for customizing the tooltip of the treemap component.
Inheritance
System.Object
TreeMapTooltipSettings
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeMapTooltipSettings : OwningComponentBase
Constructors
TreeMapTooltipSettings()
Declaration
public TreeMapTooltipSettings()
Properties
ChildContent
Sets and gets the content of the UI element.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment |
Fill
Sets and gets the background color of tooltip in the treemap component.
Declaration
public string Fill { get; set; }
Property Value
Type |
---|
System.String |
Format
Sets and gets the format of the tooltip in the treemap component.
Declaration
public string Format { get; set; }
Property Value
Type |
---|
System.String |
Opacity
Sets and gets the opacity of tooltip in the treemap component.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
TooltipTemplate
Sets and gets the custom template of the tooltip content.
Declaration
public RenderFragment<object> TooltipTemplate { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment<System.Object> |
Visible
Enables or disables the visibility state of tooltip in the treemap component.
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 |
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. |