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 TreeMapLeafItemSettingsBuilder

    Show / Hide Table of Contents

    Class TreeMapLeafItemSettingsBuilder

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

    Constructors

    TreeMapLeafItemSettingsBuilder()

    Declaration
    public TreeMapLeafItemSettingsBuilder()

    TreeMapLeafItemSettingsBuilder(TreeMapLeafItemSettings)

    Declaration
    public TreeMapLeafItemSettingsBuilder(TreeMapLeafItemSettings model)
    Parameters
    Type Name Description
    TreeMapLeafItemSettings model

    Methods

    AutoFill(Boolean)

    Enables or disables automatic filling of colors in leaf items of the treemap component.

    Declaration
    public TreeMapLeafItemSettingsBuilder AutoFill(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    TreeMapLeafItemSettingsBuilder

    Border(TreeMapBorder)

    Sets and gets the options for customizing the color and width of the border of the leaf item in the treemap component.

    Declaration
    public TreeMapLeafItemSettingsBuilder Border(TreeMapBorder value)
    Parameters
    Type Name Description
    TreeMapBorder value
    Returns
    Type Description
    TreeMapLeafItemSettingsBuilder

    Border(Action<TreeMapBorderBuilder>)

    Declaration
    public TreeMapLeafItemSettingsBuilder Border(Action<TreeMapBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<TreeMapBorderBuilder> border
    Returns
    Type Description
    TreeMapLeafItemSettingsBuilder

    ColorMapping(Action<TreeMapColorMappingBuilder>)

    Declaration
    public TreeMapLeafItemSettingsBuilder ColorMapping(Action<TreeMapColorMappingBuilder> colorMapping)
    Parameters
    Type Name Description
    System.Action<TreeMapColorMappingBuilder> colorMapping
    Returns
    Type Description
    TreeMapLeafItemSettingsBuilder

    ColorMapping(List<TreeMapColorMapping>)

    Sets and gets the options to customize color-mapping of the treemap component.

    Declaration
    public TreeMapLeafItemSettingsBuilder ColorMapping(List<TreeMapColorMapping> value)
    Parameters
    Type Name Description
    System.Collections.Generic.List<TreeMapColorMapping> value
    Returns
    Type Description
    TreeMapLeafItemSettingsBuilder

    Fill(String)

    Sets and gets the fill color of leaf items in the treemap component.

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

    Gap(Double)

    Sets and gets the gap between the leaf item in the treemap component.

    Declaration
    public TreeMapLeafItemSettingsBuilder Gap(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    TreeMapLeafItemSettingsBuilder

    InterSectAction(LabelAlignment)

    Sets and gets the label intersect action of leaf item in the treemap component.

    Declaration
    public TreeMapLeafItemSettingsBuilder InterSectAction(LabelAlignment value)
    Parameters
    Type Name Description
    LabelAlignment value
    Returns
    Type Description
    TreeMapLeafItemSettingsBuilder

    LabelFormat(String)

    Sets and gets the label text format of leaf item in the treemap component.

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

    LabelPath(String)

    Sets and gets the value path from the data source for label of leaf item in the treemap component.

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

    LabelPosition(LabelPosition)

    Sets and gets the position of the labels in the treemap component.

    Declaration
    public TreeMapLeafItemSettingsBuilder LabelPosition(LabelPosition value)
    Parameters
    Type Name Description
    LabelPosition value
    Returns
    Type Description
    TreeMapLeafItemSettingsBuilder

    LabelStyle(TreeMapFont)

    Sets and gets the style of the labels of leaf item in the treemap component.

    Declaration
    public TreeMapLeafItemSettingsBuilder LabelStyle(TreeMapFont value)
    Parameters
    Type Name Description
    TreeMapFont value
    Returns
    Type Description
    TreeMapLeafItemSettingsBuilder

    LabelStyle(Action<TreeMapFontBuilder>)

    Declaration
    public TreeMapLeafItemSettingsBuilder LabelStyle(Action<TreeMapFontBuilder> labelStyle)
    Parameters
    Type Name Description
    System.Action<TreeMapFontBuilder> labelStyle
    Returns
    Type Description
    TreeMapLeafItemSettingsBuilder

    LabelTemplate(String)

    Sets and gets the label template of leaf item in the treemap component.

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

    Opacity(Double)

    Sets and gets the opacity of leaf item in the treemap component.

    Declaration
    public TreeMapLeafItemSettingsBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    TreeMapLeafItemSettingsBuilder

    Padding(Double)

    Sets and gets the padding of leaf item in the treemap component.

    Declaration
    public TreeMapLeafItemSettingsBuilder Padding(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    TreeMapLeafItemSettingsBuilder

    ShowLabels(Boolean)

    Shows or hides the labels in the treemap component.

    Declaration
    public TreeMapLeafItemSettingsBuilder ShowLabels(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    TreeMapLeafItemSettingsBuilder

    TemplatePosition(LabelPosition)

    Sets and gets the position of the template of leaf item in the treemap component.

    Declaration
    public TreeMapLeafItemSettingsBuilder TemplatePosition(LabelPosition value)
    Parameters
    Type Name Description
    LabelPosition value
    Returns
    Type Description
    TreeMapLeafItemSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved