menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class TreeMapTitleSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    TreeMapTitleSettings
    Namespace: Syncfusion.EJ2.TreeMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeMapTitleSettings : EJTagHelper

    Constructors

    TreeMapTitleSettings()

    Declaration
    public TreeMapTitleSettings()

    Properties

    Alignment

    Sets and gets the text position of the title text in the treemap.

    Declaration
    public Alignment Alignment { get; set; }
    Property Value
    Type Description
    Alignment

    The default value is Syncfusion.EJ2.TreeMap.Alignment.Center

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Description

    Define the description of the title for the accessibility in the treemap.

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

    The default value is ""

    SubtitleSettings

    Sets and gets the options to customize the subtitle for the treemap.

    Declaration
    public TreeMapSubTitleSettings SubtitleSettings { get; set; }
    Property Value
    Type Description
    TreeMapSubTitleSettings

    The default value is null

    Text

    Sets and gets the text for the title in the treemap.

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

    The default value is ""

    TextStyle

    Sets and gets the options to customize the text style of the title of the treemap.

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

    The default value is null

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