menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TreeMapLegendBuilder

    Inheritance
    System.Object
    TreeMapLegendBuilder
    Inherited Members
    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.JavaScript.DataVisualization.Builders
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class TreeMapLegendBuilder

    Constructors

    TreeMapLegendBuilder(TreeMapLegend, TreeMapProperties)

    Declaration
    public TreeMapLegendBuilder(TreeMapLegend treeMapLegend, TreeMapProperties treeMapProperties)
    Parameters
    Type Name Description
    TreeMapLegend treeMapLegend
    TreeMapProperties treeMapProperties

    Fields

    mapProperties

    Declaration
    public TreeMapProperties mapProperties
    Field Value
    Type Description
    TreeMapProperties

    treeMapLegend

    Declaration
    public TreeMapLegend treeMapLegend
    Field Value
    Type Description
    TreeMapLegend

    Methods

    Alignment(TreeMapAlignment)

    Declaration
    public TreeMapLegendBuilder Alignment(TreeMapAlignment alignment)
    Parameters
    Type Name Description
    TreeMapAlignment alignment
    Returns
    Type Description
    TreeMapLegendBuilder

    ColumnCount(Int32)

    Declaration
    public TreeMapLegendBuilder ColumnCount(int columnCount)
    Parameters
    Type Name Description
    System.Int32 columnCount
    Returns
    Type Description
    TreeMapLegendBuilder

    DockPosition(TreeMapDockPosition)

    Declaration
    public TreeMapLegendBuilder DockPosition(TreeMapDockPosition dockPosition)
    Parameters
    Type Name Description
    TreeMapDockPosition dockPosition
    Returns
    Type Description
    TreeMapLegendBuilder

    Height(Double)

    Declaration
    public TreeMapLegendBuilder Height(double height)
    Parameters
    Type Name Description
    System.Double height
    Returns
    Type Description
    TreeMapLegendBuilder

    IconHeight(Double)

    Declaration
    public TreeMapLegendBuilder IconHeight(double iconHeight)
    Parameters
    Type Name Description
    System.Double iconHeight
    Returns
    Type Description
    TreeMapLegendBuilder

    IconWidth(Double)

    Declaration
    public TreeMapLegendBuilder IconWidth(double iconWidth)
    Parameters
    Type Name Description
    System.Double iconWidth
    Returns
    Type Description
    TreeMapLegendBuilder

    LeftLabel(String)

    Declaration
    public TreeMapLegendBuilder LeftLabel(string legendLeftLabel)
    Parameters
    Type Name Description
    System.String legendLeftLabel
    Returns
    Type Description
    TreeMapLegendBuilder

    Mode(LegendMode)

    Declaration
    public TreeMapLegendBuilder Mode(LegendMode legendMode)
    Parameters
    Type Name Description
    LegendMode legendMode
    Returns
    Type Description
    TreeMapLegendBuilder

    RightLabel(String)

    Declaration
    public TreeMapLegendBuilder RightLabel(string legendRightLabel)
    Parameters
    Type Name Description
    System.String legendRightLabel
    Returns
    Type Description
    TreeMapLegendBuilder

    Template(String)

    Declaration
    public TreeMapLegendBuilder Template(string template)
    Parameters
    Type Name Description
    System.String template
    Returns
    Type Description
    TreeMapLegendBuilder

    Title(String)

    Declaration
    public TreeMapLegendBuilder Title(string legendTitle)
    Parameters
    Type Name Description
    System.String legendTitle
    Returns
    Type Description
    TreeMapLegendBuilder

    Width(Double)

    Declaration
    public TreeMapLegendBuilder Width(double width)
    Parameters
    Type Name Description
    System.Double width
    Returns
    Type Description
    TreeMapLegendBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved