Class GaugePanelModel
Inheritance
System.Object
GaugePanelModel
Assembly: BoldReports.UWP.dll
Syntax
public class GaugePanelModel : Object
Constructors
GaugePanelModel()
Declaration
Properties
AntiAliasing
Declaration
public string AntiAliasing { get; set; }
Property Value
Type |
Description |
System.String |
|
BackgroundColor
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BookMark
Declaration
public string BookMark { get; set; }
Property Value
Type |
Description |
System.String |
|
Border
Declaration
public BorderVal Border { get; set; }
Property Value
DocumentMapModel
Declaration
public string DocumentMapModel { get; set; }
Property Value
Type |
Description |
System.String |
|
GaugeFrame
Declaration
public FrameProperties GaugeFrame { get; set; }
Property Value
GaugeLabel
Declaration
public List<GaugeLabelProperties> GaugeLabel { get; set; }
Property Value
Indicator
Declaration
public List<IndicatorProperties> Indicator { get; set; }
Property Value
LinearGauges
Declaration
public List<GaugeProperties> LinearGauges { get; set; }
Property Value
PageName
Declaration
public string PageName { get; set; }
Property Value
Type |
Description |
System.String |
|
RadialGauges
Declaration
public List<GaugeProperties> RadialGauges { get; set; }
Property Value
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|