Class GaugeInputValueModel
Inheritance
System.Object
GaugeInputValueModel
Assembly: BoldReports.UWP.dll
public class GaugeInputValueModel : Object
Constructors
Declaration
public GaugeInputValueModel()
Properties
Declaration
public float AddConstant { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public string DataElementName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DataElementOutput { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Formula { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double MaxPercent { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double MinPercent { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double Multiplier { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double Value { get; set; }
Property Value
Type |
Description |
System.Double |
|