Class GaugeInputValue
Represents an expression and optional formula used in a gauge.
Inheritance
System.Object
GaugeInputValue
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
public class GaugeInputValue
Constructors
Declaration
Declaration
public GaugeInputValue(ReportSerializer serializer)
Parameters
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 DataElementOutputGauge DataElementOutput { get; set; }
Property Value
Declaration
public Formula Formula { get; set; }
Property Value
Declaration
public float MaxPercent { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float MinPercent { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public string Multiplier { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|