menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class Charts

    Inheritance
    System.Object
    Charts
    Inherited Members
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class Charts

    Constructors

    Charts()

    Declaration
    public Charts()

    Properties

    BColor

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

    BStyle

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

    BWidth

    Declaration
    [JsonProperty("bwidth")]
    public int BWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    Data

    Declaration
    [JsonProperty("data")]
    public int Data { get; set; }
    Property Value
    Type Description
    System.Int32

    Height

    Declaration
    [JsonProperty("height")]
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    Id

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

    Left

    Declaration
    [JsonProperty("left")]
    public double Left { get; set; }
    Property Value
    Type Description
    System.Double

    Range

    Declaration
    [JsonProperty("range")]
    public List<int> Range { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Int32>

    Top

    Declaration
    [JsonProperty("top")]
    public double Top { get; set; }
    Property Value
    Type Description
    System.Double

    Width

    Declaration
    [JsonProperty("width")]
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved