ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class CircularGaugeTooltipSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    CircularGaugeTooltipSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    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 CircularGaugeTooltipSettings : EJTagHelper

    Constructors

    CircularGaugeTooltipSettings()

    Declaration
    public CircularGaugeTooltipSettings()

    Properties

    AnnotationSettings

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

    Declaration
    [HtmlAttributeName("annotationSettings")]
    public CircularGaugeAnnotationTooltip AnnotationSettings { get; set; }
    Property Value
    Type Description
    CircularGaugeAnnotationTooltip

    Border

    Sets and gets the options to customize the border for circular gauge tooltip.

    Declaration
    [HtmlAttributeName("border")]
    public CircularGaugeBorder Border { get; set; }
    Property Value
    Type Description
    CircularGaugeBorder

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Enable

    Enables or Disables the visibility of tooltip.

    Declaration
    [HtmlAttributeName("enable")]
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableAnimation

    Enables and disables the animation to take place in circular gauge.

    Declaration
    [HtmlAttributeName("enableAnimation")]
    public bool EnableAnimation { get; set; }
    Property Value
    Type Description
    System.Boolean

    Fill

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

    Declaration
    [HtmlAttributeName("fill")]
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    Format

    Sets and gets the format for the tooltip content in circular gauge.

    Declaration
    [HtmlAttributeName("format")]
    public string Format { get; set; }
    Property Value
    Type Description
    System.String

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    RangeSettings

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

    Declaration
    [HtmlAttributeName("rangeSettings")]
    public CircularGaugeRangeTooltip RangeSettings { get; set; }
    Property Value
    Type Description
    CircularGaugeRangeTooltip

    ShowAtMousePosition

    Enables and disables the tooltip of the circular gauge at mouse position. By default, it set as false.

    Declaration
    [HtmlAttributeName("showAtMousePosition")]
    public bool ShowAtMousePosition { get; set; }
    Property Value
    Type Description
    System.Boolean

    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
    [HtmlAttributeName("template")]
    public string Template { get; set; }
    Property Value
    Type Description
    System.String

    TextStyle

    Gets and sets the text style of the gauge tooltip.

    Declaration
    [HtmlAttributeName("textStyle")]
    public CircularGaugeFont TextStyle { get; set; }
    Property Value
    Type Description
    CircularGaugeFont

    Type

    Sets and gets the options to select the type of tooltip for range, annotation and pointer.

    Declaration
    [HtmlAttributeName("type")]
    public string[] Type { get; set; }
    Property Value
    Type Description
    System.String[]
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved