Class StockChartTooltipSettings
Inheritance
System.Object
StockChartTooltipSettings
Implements
System.IDisposable
Assembly: Syncfusion.Blazor.dll
public class StockChartTooltipSettings : BaseComponent, IDisposable
Constructors
Declaration
public StockChartTooltipSettings()
Properties
Options to customize tooltip borders.
Declaration
public StockChartTooltipBorder Border { get; set; }
Property Value
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
Duration for the ToolTip animation.
Declaration
public double Duration { get; set; }
Property Value
Type |
Description |
System.Double |
|
Enables / Disables the visibility of the tooltip.
Declaration
public bool Enable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
If set to true, ToolTip will animate while moving from one point to another.
Declaration
public bool EnableAnimation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Enables / Disables the visibility of the marker.
Declaration
public bool EnableMarker { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableTextWrap
To wrap the tooltip long text based on available space.
This is only application for chart tooltip.
Declaration
public bool EnableTextWrap { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Fade Out duration for the ToolTip hide.
Declaration
public double FadeOutDuration { get; set; }
Property Value
Type |
Description |
System.Double |
|
The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
Format the ToolTip content.
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Header { 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
The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
If set to true, a single ToolTip will be displayed for every index.
Declaration
public bool Shared { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.
Declaration
public RenderFragment<object> Template { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment<System.Object> |
|
Declaration
public List<Dictionary<string, object>> TemplateData { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.Object>> |
|
Declaration
public string TemplateID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<string> TemplateItems { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
TextStyle
Options to customize the ToolTip text.
Declaration
public StockChartTooltipTextStyle TextStyle { get; set; }
Property Value
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