Class SparklineTooltipSettings<TValue>
Sets and gets the options for customizing the sparkline tooltip.
Inheritance
SparklineTooltipSettings<TValue>
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SparklineTooltipSettings<TValue> : SfBaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Type Parameters
| Name | Description |
|---|---|
| TValue | Represents the generic data type of tooltip in sparkline component. |
Constructors
SparklineTooltipSettings()
Declaration
public SparklineTooltipSettings()
Properties
Fill
Sets and gets the tooltip fill color.
Declaration
[Parameter]
public string Fill { get; set; }
Property Value
| Type |
|---|
| string |
Format
Sets and gets the tooltip text format.
Declaration
[Parameter]
public string Format { get; set; }
Property Value
| Type |
|---|
| string |
Template
Sets and gets the tooltip template.
Declaration
[Parameter]
public RenderFragment<TValue> Template { get; set; }
Property Value
| Type |
|---|
| RenderFragment<TValue> |
Visible
Sets and gets the tooltip visibility.
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 |