menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class SunburstTooltip

    Inheritance
    System.Object
    EJTagHelper
    SunburstTooltip
    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 SunburstTooltip : EJTagHelper

    Constructors

    SunburstTooltip()

    Declaration
    public SunburstTooltip()

    Properties

    Border

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

    Fill

    Gets or sets for tooltip fill color.

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

    Tooltip fill color.

    Font

    Declaration
    [JsonProperty("font")]
    public SunburstFont Font { get; set; }
    Property Value
    Type Description
    SunburstFont

    Template

    Gets or sets for tooltip template color.

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

    Tooltip template color.

    Visible

    Gets or sets for tooltip visible.

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

    Tooltip visible.

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