menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class TreeMapMarginBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    TreeMapMarginBuilder
    Namespace: Syncfusion.EJ2.TreeMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeMapMarginBuilder : ControlBuilder

    Constructors

    TreeMapMarginBuilder()

    Declaration
    public TreeMapMarginBuilder()

    TreeMapMarginBuilder(TreeMapMargin)

    Declaration
    public TreeMapMarginBuilder(TreeMapMargin model)
    Parameters
    Type Name Description
    TreeMapMargin model

    Methods

    Bottom(Double)

    Sets and gets the bottom margin for the treemap.

    Declaration
    public TreeMapMarginBuilder Bottom(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    TreeMapMarginBuilder

    Left(Double)

    Sets and gets the left margin for the treemap.

    Declaration
    public TreeMapMarginBuilder Left(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    TreeMapMarginBuilder

    Right(Double)

    Sets and gets the right margin for the treemap.

    Declaration
    public TreeMapMarginBuilder Right(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    TreeMapMarginBuilder

    Top(Double)

    Sets and gets the top margin for the treemap.

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