Class RVConditionalFormatting

The class grouping conditional formatting colors."/>

Inheritance
System.Object
RVConditionalFormatting
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()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RVConditionalFormatting

Constructors

RVConditionalFormatting()

Declaration
public RVConditionalFormatting()

Properties

HIColor

Conditional formatting color for HI values

Declaration
public Color HIColor { get; set; }
Property Value
Type Description
System.Windows.Media.Color

LOWColor

Conditional formatting color for LOW values

Declaration
public Color LOWColor { get; set; }
Property Value
Type Description
System.Windows.Media.Color

MIDColor

Conditional formatting color for MID values

Declaration
public Color MIDColor { get; set; }
Property Value
Type Description
System.Windows.Media.Color

NONEColor

Conditional formatting color when NO VALUE

Declaration
public Color NONEColor { get; set; }
Property Value
Type Description
System.Windows.Media.Color