Class ChartJsonModel
Inheritance
System.Object
ChartJsonModel
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()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ChartJsonModel : ReportItemBaseModel
Constructors
ChartJsonModel()
Declaration
Properties
BackgroundImge
Declaration
public string BackgroundImge { get; set; }
Property Value
Type |
Description |
System.String |
|
ChartAreas
Declaration
public List<ChartAreasExval> ChartAreas { get; set; }
Property Value
ChartBorderSkin
Declaration
public ChartBorderSkinExval ChartBorderSkin { get; set; }
Property Value
ChartLegends
Declaration
public List<ChartLegendExval> ChartLegends { get; set; }
Property Value
ChartNoDataMessage
Declaration
public ChartTileExval ChartNoDataMessage { get; set; }
Property Value
ChartStyle
Declaration
public ItemStyleExval ChartStyle { get; set; }
Property Value
ChartTiles
Declaration
public List<ChartTileExval> ChartTiles { get; set; }
Property Value
ColorPalette
Declaration
public string ColorPalette { get; set; }
Property Value
Type |
Description |
System.String |
|
CustomProperties
Declaration
public CustomPropertiesExpVal CustomProperties { get; set; }
Property Value
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 |
|
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> |
|
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Dispose()
Declaration
public override void Dispose()
Overrides