Interface IDataBar
public interface IDataBar
Properties
BarColor
Color BarColor { get; set; }
Property Value
MaxPoint
IConditionValue MaxPoint { get; }
Property Value
MinPoint
IConditionValue MinPoint { get; }
Property Value
PercentMax
int PercentMax { get; set; }
Property Value
PercentMin
int PercentMin { get; set; }
Property Value
ShowValue
bool ShowValue { get; set; }