menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class BulletChartMarginBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    BulletChartMarginBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class BulletChartMarginBuilder : ControlBuilder

    Constructors

    BulletChartMarginBuilder()

    Declaration
    public BulletChartMarginBuilder()

    BulletChartMarginBuilder(BulletChartMargin)

    Declaration
    public BulletChartMarginBuilder(BulletChartMargin model)
    Parameters
    Type Name Description
    BulletChartMargin model

    Methods

    Bottom(Double)

    The bottom margin of the chart, specified in pixels.

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

    Left(Double)

    The left margin of the chart, specified in pixels.

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

    Right(Double)

    The right margin of the chart, specified in pixels.

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

    Top(Double)

    The top margin of the chart, specified in pixels.

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