Class BulletGraphCell
Implements
System.Dynamic.IDynamicMetaObjectProvider
System.ComponentModel.INotifyPropertyChanged
TimeCockpit.Common.IWeakEventListener
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: TimeCockpit.Data.DataModel.View
Assembly: TimeCockpit.Data.dll
Syntax
public class BulletGraphCell : DataBarCellBase, IDynamicMetaObjectProvider, INotifyPropertyChanged, IWeakEventListener
Constructors
BulletGraphCell()
Declaration
public BulletGraphCell()
Properties
BackgroundColor
Gets or sets the comparative value brush for the bullet graph.
Declaration
public string BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ComparativeValue
Gets or sets the comparative value for the bullet graph.
Declaration
public string ComparativeValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProjectedValue
Gets or sets the projected value for the bullet graph.
Declaration
public string ProjectedValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProjectedValueBackgroundColor
Gets or sets the projected value brush for the bullet graph.
Declaration
public string ProjectedValueBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets the value for the bullet graph.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |