Class ChartJsonModel
Inheritance
System.Object
ChartJsonModel
Assembly: BoldReports.UWP.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 |
|
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 |
|