menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ChartModel

    Inheritance
    System.Object
    ChartModel
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.Spreadsheet.dll
    Syntax
    public class ChartModel

    Constructors

    ChartModel()

    Declaration
    public ChartModel()

    Properties

    DataLabelSettings

    Declaration
    public SpreadsheetDataLabelSettingsModel DataLabelSettings { get; set; }
    Property Value
    Type
    SpreadsheetDataLabelSettingsModel

    Height

    Declaration
    public double Height { get; set; }
    Property Value
    Type
    System.Double

    IsSeriesInRows

    Declaration
    public bool IsSeriesInRows { get; set; }
    Property Value
    Type
    System.Boolean

    Left

    Declaration
    public int Left { get; set; }
    Property Value
    Type
    System.Int32

    LegendSettings

    Declaration
    public SpreadsheetLegendSettingsModel LegendSettings { get; set; }
    Property Value
    Type
    SpreadsheetLegendSettingsModel

    MarkerSettings

    Declaration
    public SpreadsheetMarkerSettingsModel MarkerSettings { get; set; }
    Property Value
    Type
    SpreadsheetMarkerSettingsModel

    PrimaryXAxis

    Declaration
    public SpreadsheetAxisModel PrimaryXAxis { get; set; }
    Property Value
    Type
    SpreadsheetAxisModel

    PrimaryYAxis

    Declaration
    public SpreadsheetAxisModel PrimaryYAxis { get; set; }
    Property Value
    Type
    SpreadsheetAxisModel

    Range

    Declaration
    public string Range { get; set; }
    Property Value
    Type
    System.String

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type
    System.String

    Top

    Declaration
    public int Top { get; set; }
    Property Value
    Type
    System.Int32

    Type

    Declaration
    public SpreadsheetChartType Type { get; set; }
    Property Value
    Type
    SpreadsheetChartType

    Width

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved