menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularTooltipBuilder

    Show / Hide Table of Contents

    Class CircularTooltipBuilder

    Class for circular gauge tool tip builder.

    Inheritance
    System.Object
    CircularTooltipBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class CircularTooltipBuilder

    Constructors

    CircularTooltipBuilder(CircularGaugeProperties)

    Initializes a new instance of the CircularTooltipBuilder class to indicate the property tooltip.

    Declaration
    public CircularTooltipBuilder(CircularGaugeProperties tooltip)
    Parameters
    Type Name Description
    CircularGaugeProperties tooltip

    The properties tooltip.

    CircularTooltipBuilder(CircularTooltip)

    Initializes a new instance of the CircularTooltipBuilder class to indicate the tool tip.

    Declaration
    public CircularTooltipBuilder(CircularTooltip tooltip)
    Parameters
    Type Name Description
    CircularTooltip tooltip

    The tooltip.

    Methods

    ShowCustomLabelTooltip()

    Shows the custom label tooltip.

    Declaration
    public CircularTooltipBuilder ShowCustomLabelTooltip()
    Returns
    Type Description
    CircularTooltipBuilder

    ShowCustomLabelTooltip(Boolean)

    Shows the custom label tooltip.

    Declaration
    public CircularTooltipBuilder ShowCustomLabelTooltip(bool showLabelTooltip)
    Parameters
    Type Name Description
    System.Boolean showLabelTooltip

    if set to true [show label tooltip].

    Returns
    Type Description
    CircularTooltipBuilder

    ShowLabelTooltip()

    Shows the label tooltip.

    Declaration
    public CircularTooltipBuilder ShowLabelTooltip()
    Returns
    Type Description
    CircularTooltipBuilder

    ShowLabelTooltip(Boolean)

    Shows the label tooltip.

    Declaration
    public CircularTooltipBuilder ShowLabelTooltip(bool showCustomLabelTooltip)
    Parameters
    Type Name Description
    System.Boolean showCustomLabelTooltip

    if set to true [show custom label tooltip].

    Returns
    Type Description
    CircularTooltipBuilder

    TemplateID(String)

    Templates the identifier.

    Declaration
    public CircularTooltipBuilder TemplateID(string templateID)
    Parameters
    Type Name Description
    System.String templateID

    The template identifier.

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