ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class StockChartChartAreaBuilder

    Inheritance
    System.Object
    ControlBuilder
    StockChartChartAreaBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class StockChartChartAreaBuilder : ControlBuilder

    Constructors

    StockChartChartAreaBuilder()

    Declaration
    public StockChartChartAreaBuilder()

    StockChartChartAreaBuilder(StockChartChartArea)

    Declaration
    public StockChartChartAreaBuilder(StockChartChartArea model)
    Parameters
    Type Name Description
    StockChartChartArea model

    Methods

    Background(String)

    The background of the chart area that accepts value in hex and rgba as a valid CSS color string..

    Declaration
    public StockChartChartAreaBuilder Background(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    StockChartChartAreaBuilder

    BackgroundImage(String)

    The background image of the chart area that accepts value in string as url link or location of an image.

    Declaration
    public StockChartChartAreaBuilder BackgroundImage(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    StockChartChartAreaBuilder

    Border(StockChartChartAreaBorder)

    Options to customize the border of the chart area.

    Declaration
    public StockChartChartAreaBuilder Border(StockChartChartAreaBorder value)
    Parameters
    Type Name Description
    StockChartChartAreaBorder value
    Returns
    Type Description
    StockChartChartAreaBuilder

    Border(Action<StockChartBorderBuilder>)

    Declaration
    public StockChartChartAreaBuilder Border(Action<StockChartBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<StockChartBorderBuilder> border
    Returns
    Type Description
    StockChartChartAreaBuilder

    Opacity(Double)

    The opacity for background.

    Declaration
    public StockChartChartAreaBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    StockChartChartAreaBuilder

    Width(String)

    Defines the width for the chart area element. Takes value in percentage and in pixel.

    Declaration
    public StockChartChartAreaBuilder Width(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    StockChartChartAreaBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved