menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class LinearTooltipBuilder

    Class for linear gauge tool tip builder.

    Inheritance
    System.Object
    LinearTooltipBuilder
    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 LinearTooltipBuilder

    Constructors

    LinearTooltipBuilder(LinearGaugeProperties)

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

    Declaration
    public LinearTooltipBuilder(LinearGaugeProperties tooltip)
    Parameters
    Type Name Description
    LinearGaugeProperties tooltip

    The properties tooltip.

    LinearTooltipBuilder(LinearTooltip)

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

    Declaration
    public LinearTooltipBuilder(LinearTooltip tooltip)
    Parameters
    Type Name Description
    LinearTooltip tooltip

    The tooltip.

    Methods

    ShowCustomLabelTooltip()

    Shows the custom label tooltip.

    Declaration
    public LinearTooltipBuilder ShowCustomLabelTooltip()
    Returns
    Type Description
    LinearTooltipBuilder

    ShowCustomLabelTooltip(Boolean)

    Shows the custom label tooltip.

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

    if set to true [show label tooltip].

    Returns
    Type Description
    LinearTooltipBuilder

    ShowLabelTooltip()

    Shows the label tooltip.

    Declaration
    public LinearTooltipBuilder ShowLabelTooltip()
    Returns
    Type Description
    LinearTooltipBuilder

    ShowLabelTooltip(Boolean)

    Shows the label tooltip.

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

    if set to true [show custom label tooltip].

    Returns
    Type Description
    LinearTooltipBuilder

    TemplateID(String)

    Templates the identifier.

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

    The template identifier.

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