'Declaration <DefaultValueAttribute(null)> Public Property NegativeValueColor As System.String
[DefaultValue(null)] public System.String NegativeValueColor { get; set; }
[DefaultValue(null)] public: __property System.String get_NegativeValueColor(); public: __property void set_NegativeValueColor(
System.String value
);
[DefaultValue(null)] public:
property System.String NegativeValueColor { System.String get(); void set(System.String value); }
Property Value
Возможные значения: "Black", "Blue", "Cyan", "Green", "Magenta", "Red", "White", "Yellow". Также можно использовать индексированный цвет из устаревшей цветовой палитры: "ColorX", где X - индекс от 1 до 56.