menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ChartDataSource

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

    Constructors

    ChartDataSource()

    Declaration
    public ChartDataSource()

    Properties

    Close

    Gets or sets the value for Close, which maps the close value for series data points in chart data source.

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

    Close for data source

    Data

    Gets or sets the value for Data, which specifies data for rendering series points in chart data source.

    Declaration
    [JsonConverter(typeof(DataManagerConverter))]
    [JsonProperty("data")]
    public object Data { get; set; }
    Property Value
    Type Description
    System.Object
    Remarks

    Data for data source.

    High

    Gets or sets the value for High, which maps the high value for series data points in chart data source.

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

    High for data source

    Low

    Gets or sets the value for Low, which maps the low value for series data points in chart data source.

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

    Low for data source

    Open

    Gets or sets the value for Open, which maps the open value for serie data points in chart data source

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

    Open for data source

    PointColorMappingName

    Gets or sets the value for PointColorMappingName, which maps the point color mapping value for series points in chart data source.

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

    PointColorMappingName for data source

    Query

    Gets or sets the value for Query, which filters data based on provided query value in chart data source.

    Declaration
    [JsonProperty("query")]
    [JsonConverter(typeof(QueryConverter))]
    public string Query { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Query for data source

    Size

    Gets or sets the value for Size, which maps the bubble size for bubble series points in chart data source.

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

    Size for data source

    TextMappingName

    Gets or sets the value for TextMappingName, which maps the text mapping name for series point text in chart data source.

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

    TextMappingName for data source

    XName

    Gets or sets the value for XName, which maps the provided x value for series points in chart data source.

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

    XName for data source.

    YName

    Gets or sets the value for YName, which maps the y value for rendering series data points in chart data source.

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

    YName for data source

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved