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 TreeMapTitleSettingsBuilder

    Show / Hide Table of Contents

    Class TreeMapTitleSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    TreeMapTitleSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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.TreeMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeMapTitleSettingsBuilder : ControlBuilder

    Constructors

    TreeMapTitleSettingsBuilder()

    Declaration
    public TreeMapTitleSettingsBuilder()

    TreeMapTitleSettingsBuilder(TreeMapTitleSettings)

    Declaration
    public TreeMapTitleSettingsBuilder(TreeMapTitleSettings model)
    Parameters
    Type Name Description
    TreeMapTitleSettings model

    Methods

    Alignment(Alignment)

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

    Declaration
    public TreeMapTitleSettingsBuilder Alignment(Alignment value)
    Parameters
    Type Name Description
    Alignment value
    Returns
    Type Description
    TreeMapTitleSettingsBuilder

    Description(String)

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

    Declaration
    public TreeMapTitleSettingsBuilder Description(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    TreeMapTitleSettingsBuilder

    SubtitleSettings(TreeMapSubTitleSettings)

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

    Declaration
    public TreeMapTitleSettingsBuilder SubtitleSettings(TreeMapSubTitleSettings value)
    Parameters
    Type Name Description
    TreeMapSubTitleSettings value
    Returns
    Type Description
    TreeMapTitleSettingsBuilder

    SubtitleSettings(Action<TreeMapSubTitleSettingsBuilder>)

    Declaration
    public TreeMapTitleSettingsBuilder SubtitleSettings(Action<TreeMapSubTitleSettingsBuilder> subtitleSettings)
    Parameters
    Type Name Description
    System.Action<TreeMapSubTitleSettingsBuilder> subtitleSettings
    Returns
    Type Description
    TreeMapTitleSettingsBuilder

    Text(String)

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

    Declaration
    public TreeMapTitleSettingsBuilder Text(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    TreeMapTitleSettingsBuilder

    TextStyle(TreeMapFont)

    Sets and gets the options to customizing the text styles of the treemap component.

    Declaration
    public TreeMapTitleSettingsBuilder TextStyle(TreeMapFont value)
    Parameters
    Type Name Description
    TreeMapFont value
    Returns
    Type Description
    TreeMapTitleSettingsBuilder

    TextStyle(Action<TreeMapFontBuilder>)

    Declaration
    public TreeMapTitleSettingsBuilder TextStyle(Action<TreeMapFontBuilder> textStyle)
    Parameters
    Type Name Description
    System.Action<TreeMapFontBuilder> textStyle
    Returns
    Type Description
    TreeMapTitleSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved