menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularGaugeTooltipSettingsBuilder - API Reference

    Show / Hide Table of Contents

    Class CircularGaugeTooltipSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    CircularGaugeTooltipSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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.EJ2.CircularGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class CircularGaugeTooltipSettingsBuilder : ControlBuilder

    Constructors

    CircularGaugeTooltipSettingsBuilder()

    Declaration
    public CircularGaugeTooltipSettingsBuilder()

    CircularGaugeTooltipSettingsBuilder(CircularGaugeTooltipSettings)

    Declaration
    public CircularGaugeTooltipSettingsBuilder(CircularGaugeTooltipSettings model)
    Parameters
    Type Name Description
    CircularGaugeTooltipSettings model

    Methods

    AnnotationSettings(CircularGaugeAnnotationTooltip)

    Gets and sets the tooltip settings for the annotation in circular gauge.

    Declaration
    public CircularGaugeTooltipSettingsBuilder AnnotationSettings(CircularGaugeAnnotationTooltip value)
    Parameters
    Type Name Description
    CircularGaugeAnnotationTooltip value
    Returns
    Type Description
    CircularGaugeTooltipSettingsBuilder

    AnnotationSettings(Action<CircularGaugeAnnotationTooltipBuilder>)

    Declaration
    public CircularGaugeTooltipSettingsBuilder AnnotationSettings(Action<CircularGaugeAnnotationTooltipBuilder> annotationSettings)
    Parameters
    Type Name Description
    System.Action<CircularGaugeAnnotationTooltipBuilder> annotationSettings
    Returns
    Type Description
    CircularGaugeTooltipSettingsBuilder

    Border(CircularGaugeBorder)

    Sets and gets the options to customize the style properties of the border for pointer tooltip.

    Declaration
    public CircularGaugeTooltipSettingsBuilder Border(CircularGaugeBorder value)
    Parameters
    Type Name Description
    CircularGaugeBorder value
    Returns
    Type Description
    CircularGaugeTooltipSettingsBuilder

    Border(Action<CircularGaugeBorderBuilder>)

    Declaration
    public CircularGaugeTooltipSettingsBuilder Border(Action<CircularGaugeBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<CircularGaugeBorderBuilder> border
    Returns
    Type Description
    CircularGaugeTooltipSettingsBuilder

    Enable(Boolean)

    Enables or disables the visibility of tooltip.

    Declaration
    public CircularGaugeTooltipSettingsBuilder Enable(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    CircularGaugeTooltipSettingsBuilder

    EnableAnimation(Boolean)

    Enables and disables the animation of the pointer tooltip in circular gauge.

    Declaration
    public CircularGaugeTooltipSettingsBuilder EnableAnimation(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    CircularGaugeTooltipSettingsBuilder

    Fill(String)

    Sets and gets the fill color of the pointer tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.

    Declaration
    public CircularGaugeTooltipSettingsBuilder Fill(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    CircularGaugeTooltipSettingsBuilder

    Format(String)

    Sets and gets the format for the pointer tooltip content in circular gauge. Use ${value} as a placeholder text to display corresponding pointer value.

    Declaration
    public CircularGaugeTooltipSettingsBuilder Format(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    CircularGaugeTooltipSettingsBuilder

    RangeSettings(CircularGaugeRangeTooltip)

    Sets and gets the tooltip settings of the range in circular gauge.

    Declaration
    public CircularGaugeTooltipSettingsBuilder RangeSettings(CircularGaugeRangeTooltip value)
    Parameters
    Type Name Description
    CircularGaugeRangeTooltip value
    Returns
    Type Description
    CircularGaugeTooltipSettingsBuilder

    RangeSettings(Action<CircularGaugeRangeTooltipBuilder>)

    Declaration
    public CircularGaugeTooltipSettingsBuilder RangeSettings(Action<CircularGaugeRangeTooltipBuilder> rangeSettings)
    Parameters
    Type Name Description
    System.Action<CircularGaugeRangeTooltipBuilder> rangeSettings
    Returns
    Type Description
    CircularGaugeTooltipSettingsBuilder

    ShowAtMousePosition(Boolean)

    Enables and disables to show the tooltip of the pointer at mouse position. When set as false which is the default value, the tooltip will be displayed over the axis line.

    Declaration
    public CircularGaugeTooltipSettingsBuilder ShowAtMousePosition(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    CircularGaugeTooltipSettingsBuilder

    Template(String)

    Sets and gets the custom template to format the tooltip content. Use ${x} and ${y} as a placeholder text to display the corresponding data point.

    Declaration
    public CircularGaugeTooltipSettingsBuilder Template(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    CircularGaugeTooltipSettingsBuilder

    TextStyle(CircularGaugeFont)

    Gets and sets the text style of the pointer tooltip.

    Declaration
    public CircularGaugeTooltipSettingsBuilder TextStyle(CircularGaugeFont value)
    Parameters
    Type Name Description
    CircularGaugeFont value
    Returns
    Type Description
    CircularGaugeTooltipSettingsBuilder

    TextStyle(Action<CircularGaugeFontBuilder>)

    Declaration
    public CircularGaugeTooltipSettingsBuilder TextStyle(Action<CircularGaugeFontBuilder> textStyle)
    Parameters
    Type Name Description
    System.Action<CircularGaugeFontBuilder> textStyle
    Returns
    Type Description
    CircularGaugeTooltipSettingsBuilder

    Type(String[])

    Sets and gets the elements such as range, annotation and pointer to which the tooltip must be displayed.

    Declaration
    public CircularGaugeTooltipSettingsBuilder Type(string[] value)
    Parameters
    Type Name Description
    System.String[] value
    Returns
    Type Description
    CircularGaugeTooltipSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved