menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularGaugeTooltipSettings - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CircularGaugeTooltipSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    CircularGaugeTooltipSettings
    Namespace: Syncfusion.EJ2.CircularGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class CircularGaugeTooltipSettings : EJTagHelper

    Constructors

    CircularGaugeTooltipSettings()

    Declaration
    public CircularGaugeTooltipSettings()

    Properties

    AnnotationSettings

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

    Declaration
    public CircularGaugeAnnotationTooltip AnnotationSettings { get; set; }
    Property Value
    Type Description
    CircularGaugeAnnotationTooltip

    The default value is null

    Border

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

    Declaration
    public CircularGaugeBorder Border { get; set; }
    Property Value
    Type Description
    CircularGaugeBorder

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Enable

    Enables or disables the visibility of tooltip.

    Declaration
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    EnableAnimation

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

    Declaration
    public bool EnableAnimation { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    Fill

    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 string Fill { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Format

    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 string Format { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    RangeSettings

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

    Declaration
    public CircularGaugeRangeTooltip RangeSettings { get; set; }
    Property Value
    Type Description
    CircularGaugeRangeTooltip

    The default value is null

    ShowAtMousePosition

    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 bool ShowAtMousePosition { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Template

    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 string Template { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    TextStyle

    Gets and sets the text style of the pointer tooltip.

    Declaration
    public CircularGaugeFont TextStyle { get; set; }
    Property Value
    Type Description
    CircularGaugeFont

    The default value is null

    Type

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

    Declaration
    public string[] Type { get; set; }
    Property Value
    Type Description
    System.String[]

    The default value is null

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