menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class CircularTooltip

    Class for circular gauge tool tip.

    Inheritance
    System.Object
    EJTagHelper
    CircularTooltip
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class CircularTooltip : EJTagHelper

    Constructors

    CircularTooltip()

    Declaration
    public CircularTooltip()

    Properties

    ShowCustomLabelTooltip

    Gets or sets ShowCustomLabelTooltip.

    Declaration
    [JsonProperty("showCustomLabelTooltip")]
    public bool ShowCustomLabelTooltip { get; set; }
    Property Value
    Type Description
    System.Boolean

    Enable showCustomLabelTooltip of circular gauge.

    ShowLabelTooltip

    Gets or sets value for ShowLabelTooltip.

    Declaration
    [JsonProperty("showLabelTooltip")]
    public bool ShowLabelTooltip { get; set; }
    Property Value
    Type Description
    System.Boolean

    Show/hide the label tooltip.

    TemplateID

    Gets or sets the TemplateID.

    Declaration
    [JsonProperty("templateID")]
    public string TemplateID { get; set; }
    Property Value
    Type Description
    System.String

    Specify tooltip templateID of circular gauge.

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