Class PivotChartCrosshairTooltip
Allows options to customize the crosshair ToolTip.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
PivotChartCrosshairTooltip
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotChartCrosshairTooltip : SfDataBoundComponent, IDisposable
Constructors
PivotChartCrosshairTooltip()
Declaration
public PivotChartCrosshairTooltip()
Properties
Enable
If set to true, crosshair ToolTip will be visible. @default false
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Fill
Allows to set the fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextStyle
Allows options to customize the crosshair ToolTip text.
Declaration
public PivotChartCrosshairTooltipTextStyle TextStyle { get; set; }
Property Value
Type | Description |
---|---|
PivotChartCrosshairTooltipTextStyle |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
UpdateChildProperties(String, Object)
Declaration
public void UpdateChildProperties(string key, object val)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | |
System.Object | val |
Implements
System.IDisposable