menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class StockChartMarginBuilder

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

    Constructors

    StockChartMarginBuilder()

    Declaration
    public StockChartMarginBuilder()

    StockChartMarginBuilder(StockChartMargin)

    Declaration
    public StockChartMarginBuilder(StockChartMargin model)
    Parameters
    Type Name Description
    StockChartMargin model

    Methods

    Bottom(Double)

    The bottom margin of the chart, specified in pixels.

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

    Left(Double)

    The left margin of the chart, specified in pixels.

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

    Right(Double)

    The right margin of the chart, specified in pixels.

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

    Top(Double)

    The top margin of the chart, specified in pixels.

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