menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartArea

    Show / Hide Table of Contents

    Class ChartArea

    Inheritance
    System.Object
    EJTagHelper
    ChartArea
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ChartArea : EJTagHelper

    Constructors

    ChartArea()

    Declaration
    public ChartArea()

    Properties

    Background

    Gets or sets the value for Background which specifies the Background color of the plot area.

    Declaration
    [JsonProperty("background")]
    public string Background { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Background color of the plot area.

    Border

    Gets or sets the value for Border which specifies the Options for customizing the border of the plot area.

    Declaration
    [JsonProperty("border")]
    public LayoutBorder Border { get; set; }
    Property Value
    Type Description
    LayoutBorder
    Remarks

    Options for customizing the border of the plot area.

    Methods

    ShouldSerializeBorder()

    Declaration
    public bool ShouldSerializeBorder()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved