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 TreeMapSubTitleSettingsBuilder

    Show / Hide Table of Contents

    Class TreeMapSubTitleSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    TreeMapSubTitleSettingsBuilder
    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 TreeMapSubTitleSettingsBuilder : ControlBuilder

    Constructors

    TreeMapSubTitleSettingsBuilder()

    Declaration
    public TreeMapSubTitleSettingsBuilder()

    TreeMapSubTitleSettingsBuilder(TreeMapSubTitleSettings)

    Declaration
    public TreeMapSubTitleSettingsBuilder(TreeMapSubTitleSettings model)
    Parameters
    Type Name Description
    TreeMapSubTitleSettings model

    Methods

    Alignment(Alignment)

    Sets and gets the alignment of the subtitle text in the treemap component.

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

    Description(String)

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

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

    Text(String)

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

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

    TextStyle(TreeMapFont)

    Sets and gets the text style for the subtitle in the treemap component.

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

    TextStyle(Action<TreeMapFontBuilder>)

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