Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotChartCrosshairTooltip - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotChartCrosshairTooltip

    Allows options to customize the crosshair ToolTip.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    SfDataBoundComponent
    PivotChartCrosshairTooltip
    PivotChartPrimaryXAxisCrosshairTooltip
    PivotChartPrimaryYAxisCrosshairTooltip
    Implements
    System.IDisposable
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    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
    SfDataBoundComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnParametersSetAsync()

    UpdateChildProperties(String, Object)

    Declaration
    public void UpdateChildProperties(string key, object val)
    Parameters
    Type Name Description
    System.String key
    System.Object val

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved