Blazor

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

    Show / Hide Table of Contents

    Class RangeNavigatorTooltipTextStyle

    Gets and sets the tooltip text style of range navigator tooltip.

    Inheritance
    System.Object
    Syncfusion.Blazor.Charts.Internal.ChartCommonFont
    RangeNavigatorTooltipTextStyle
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RangeNavigatorTooltipTextStyle : ChartCommonFont

    Constructors

    RangeNavigatorTooltipTextStyle()

    Declaration
    public RangeNavigatorTooltipTextStyle()

    Properties

    Size

    Gets and sets the size of the tooltip text.

    Declaration
    public override string Size { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    Syncfusion.Blazor.Charts.Internal.ChartCommonFont.Size

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnInitializedAsync()

    Method invoked when the component is ready to start.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    A System.Threading.Tasks.Task representing the asynchronous operation.

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