• Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
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
    ChartCommonFont
    RangeNavigatorTooltipTextStyle
    Inherited Members
    ChartCommonFont.Color
    ChartCommonFont.FontFamily
    ChartCommonFont.FontStyle
    ChartCommonFont.FontWeight
    ChartCommonFont.OnParametersSetAsync()
    ChartCommonFont.Opacity
    ChartCommonFont.TextAlignment
    ChartCommonFont.TextOverflow
    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
    System.String
    Overrides
    ChartCommonFont.Size

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    TypeNameDescription
    System.Booleandisposing

    OnInitializedAsync()

    Method invoked when the component is ready to start.

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

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

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