ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class ChartAreaBuilder

    Inheritance
    System.Object
    ControlBuilder
    ChartAreaBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartAreaBuilder : ControlBuilder

    Constructors

    ChartAreaBuilder()

    Declaration
    public ChartAreaBuilder()

    ChartAreaBuilder(ChartArea)

    Declaration
    public ChartAreaBuilder(ChartArea model)
    Parameters
    Type Name Description
    ChartArea 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 ChartAreaBuilder Background(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    ChartAreaBuilder

    BackgroundImage(String)

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

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

    Border(ChartBorder)

    Options to customize the border of the chart area.

    Declaration
    public ChartAreaBuilder Border(ChartBorder value)
    Parameters
    Type Name Description
    ChartBorder value
    Returns
    Type Description
    ChartAreaBuilder

    Border(Action<ChartBorderBuilder>)

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

    Opacity(Double)

    The opacity for background.

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