ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class TreeMapTooltipSettings

    Inheritance
    System.Object
    EJTagHelper
    TreeMapTooltipSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.TreeMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeMapTooltipSettings : EJTagHelper

    Constructors

    TreeMapTooltipSettings()

    Declaration
    public TreeMapTooltipSettings()

    Properties

    Border

    Sets and gets the options for customizing the color and width of the border of the tooltip.

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

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Fill

    Sets and gets the background color of tooltip in the treemap component.

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

    Format

    Sets and gets the format of the tooltip in the treemap component.

    Declaration
    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

    MarkerShapes

    Sets and gets the marker shapes in the treemap component.

    Declaration
    public object MarkerShapes { get; set; }
    Property Value
    Type Description
    System.Object

    Opacity

    Sets and gets the opacity of tooltip in the treemap component.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    ParentPropertyName

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

    Template

    Sets and gets the template for tooltip in the treemap component.

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

    TextStyle

    Sets and gets the options for customizing the text style of tooltip of the treemap component.

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

    Visible

    Enables or disables the visibility state of tooltip in the treemap component.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved