Class SmithChartSeriesTooltip
Options to customize the tooltip of the chart series.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithChartSeriesTooltip : SfBaseComponent
Constructors
SmithChartSeriesTooltip()
Declaration
public SmithChartSeriesTooltip()
Properties
Fill
Color for the tooltip.
Declaration
public string Fill { get; set; }
Property Value
Type |
---|
System.String |
Opacity
Opacity for the tooltip.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
Template
Template for the tooltip.
Declaration
public RenderFragment<object> Template { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment<System.Object> |
Visible
Visibility of the tooltip.
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 |