menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BulletChartMarginBuilder - API Reference

    Show / Hide Table of Contents

    Class BulletChartMarginBuilder

    Inheritance
    System.Object
    ControlBuilder
    BulletChartMarginBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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)

    Bottom margin in pixels.

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

    Left(Double)

    Left margin in pixels.

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

    Right(Double)

    Right margin in pixels.

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

    Top(Double)

    Top margin in pixels.

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