Class SparklineTooltipSettings
Inheritance
System.Object
SparklineTooltipSettings
Implements
System.IDisposable
Assembly: Syncfusion.Blazor.dll
public class SparklineTooltipSettings : BaseComponent, IDisposable
Constructors
Declaration
public SparklineTooltipSettings()
Properties
To configure tooltip border color and width.
Declaration
public SparklineTooltipBorder Border { get; set; }
Property Value
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
To customize the tooltip fill color.
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
To customize the tooltip format.
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected override string jsProperty { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
mainParent
Declaration
protected override BaseComponent mainParent { get; set; }
Property Value
Overrides
To customize the tooltip template.
Declaration
public string Template { get; set; }
Property Value
Type |
Description |
System.String |
|
TextStyle
To configure tooltip text styles.
Declaration
public SparklineTooltipTextStyle TextStyle { get; set; }
Property Value
Declaration
public RenderFragment<object> TooltipTemplate { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment<System.Object> |
|
Declaration
public List<Dictionary<string, object>> TooltipTemplateData { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.Object>> |
|
Declaration
public string TooltipTemplateID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<string> TooltipTemplateItems { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
To configure the tracker line options.
Declaration
public SparklineTrackLineSettings TrackLineSettings { get; set; }
Property Value
Toggle the tooltip visibility.
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
Declaration
public string GetJSNamespace()
Returns
Type |
Description |
System.String |
|
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
Type |
Name |
Description |
System.Boolean |
firstRender |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Declaration
public void updateChildProperties(string key, object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|
Implements
System.IDisposable