ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SunburstMarginBuilder - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SunburstMarginBuilder

    Inheritance
    System.Object
    SunburstMarginBuilder
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SunburstMarginBuilder

    Constructors

    SunburstMarginBuilder(SunburstMargin)

    Declaration
    public SunburstMarginBuilder(SunburstMargin margin)
    Parameters
    Type Name Description
    SunburstMargin margin

    Methods

    Bottom(Double)

    Declaration
    public SunburstMarginBuilder Bottom(double bottom)
    Parameters
    Type Name Description
    System.Double bottom
    Returns
    Type Description
    SunburstMarginBuilder

    Left(Double)

    Declaration
    public SunburstMarginBuilder Left(double left)
    Parameters
    Type Name Description
    System.Double left
    Returns
    Type Description
    SunburstMarginBuilder

    Right(Double)

    Declaration
    public SunburstMarginBuilder Right(double right)
    Parameters
    Type Name Description
    System.Double right
    Returns
    Type Description
    SunburstMarginBuilder

    Top(Double)

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