ASP.NET Core

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

    Show / Hide Table of Contents

    Class ChartJsonModel

    Inheritance
    System.Object
    ReportItemBaseModel
    ChartJsonModel
    Inherited Members
    ReportItemBaseModel.Name
    ReportItemBaseModel.ItemName
    ReportItemBaseModel.Top
    ReportItemBaseModel.Left
    ReportItemBaseModel.Height
    ReportItemBaseModel.Width
    ReportItemBaseModel.ItemType
    ReportItemBaseModel.IsTablixChild
    ReportItemBaseModel.IsTablixInnerChild
    ReportItemBaseModel.CanGrow
    ReportItemBaseModel.Hidden
    ReportItemBaseModel.CanShrink
    ReportItemBaseModel.EmbedImageData
    ReportItemBaseModel.IsClientExport
    ReportItemBaseModel.ErrorInformation
    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.EJ.ReportViewer.JsonModel
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ChartJsonModel : ReportItemBaseModel

    Constructors

    ChartJsonModel()

    Declaration
    public ChartJsonModel()

    Properties

    BackgroundImge

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

    ChartAreas

    Declaration
    public List<ChartAreasExval> ChartAreas { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ChartAreasExval>

    ChartBorderSkin

    Declaration
    public ChartBorderSkinExval ChartBorderSkin { get; set; }
    Property Value
    Type Description
    ChartBorderSkinExval

    ChartLegends

    Declaration
    public List<ChartLegendExval> ChartLegends { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ChartLegendExval>

    ChartNoDataMessage

    Declaration
    public ChartTileExval ChartNoDataMessage { get; set; }
    Property Value
    Type Description
    ChartTileExval

    ChartStyle

    Declaration
    public ItemStyleExval ChartStyle { get; set; }
    Property Value
    Type Description
    ItemStyleExval

    ChartTiles

    Declaration
    public List<ChartTileExval> ChartTiles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ChartTileExval>

    ColorPalette

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

    CustomProperties

    Declaration
    public CustomPropertiesExpVal CustomProperties { get; set; }
    Property Value
    Type Description
    CustomPropertiesExpVal

    DesignerMode

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

    IsLabelIndex

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

    LanguagesDateFormat

    Declaration
    public Dictionary<string, string> LanguagesDateFormat { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    NoRowModel

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

    PaletteColors

    Declaration
    public List<string> PaletteColors { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    ToolTip

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

    Methods

    Dispose()

    Declaration
    public override void Dispose()
    Overrides
    ReportItemBaseModel.Dispose()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved